MarginConverter.GetCreateInstanceSupported
Overloads
GetCreateInstanceSupported() | Returns whether changing a value on this object requires a call to the CreateInstance(System.Collections.IDictionary) method to create a new value. |
GetCreateInstanceSupported(ITypeDescriptorContext) |
GetCreateInstanceSupported()
Returns whether changing a value on this object requires a call to the CreateInstance(System.Collections.IDictionary) method to create a new value.
public bool GetCreateInstanceSupported()
Function GetCreateInstanceSupported() As Boolean
Returns
if changing a property on this object requires a call to CreateInstance(System.Collections.IDictionary) to create a new value; otherwise, .
Licensing Info
This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.
GetCreateInstanceSupported(ITypeDescriptorContext)
public bool GetCreateInstanceSupported(ITypeDescriptorContext context)
Function GetCreateInstanceSupported(context As ITypeDescriptorContext) As Boolean
Parameters
- context
- ITypeDescriptorContext
Returns
Licensing Info
This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.