MarginConverter.CanConvertTo
Overloads
CanConvertTo(ITypeDescriptorContext, Type) | |
CanConvertTo(Type) | Returns whether this converter can convert the object to the specified type. |
CanConvertTo(ITypeDescriptorContext, Type)
public bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Function CanConvertTo(context As ITypeDescriptorContext, destinationType As Type) As Boolean
Parameters
- context
- ITypeDescriptorContext
- destinationType
- Type
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.
CanConvertTo(Type)
Returns whether this converter can convert the object to the specified type.
public bool CanConvertTo(Type destinationType)
Function CanConvertTo(destinationType As Type) As Boolean
Parameters
Returns
if this converter can perform the conversion; 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.