MarginConverter.CanConvertFrom
Overloads
CanConvertFrom(ITypeDescriptorContext, Type) | |
CanConvertFrom(Type) | Returns whether this converter can convert an object of the given type to the type of this converter. |
CanConvertFrom(ITypeDescriptorContext, Type)
public bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Function CanConvertFrom(context As ITypeDescriptorContext, sourceType As Type) As Boolean
Parameters
- context
- ITypeDescriptorContext
- sourceType
- 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.
CanConvertFrom(Type)
Returns whether this converter can convert an object of the given type to the type of this converter.
public bool CanConvertFrom(Type sourceType)
Function CanConvertFrom(sourceType 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.