MarginConverter.ConvertFrom
Overloads
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) | |
ConvertFrom(Object) | Converts the given value to the type of this converter. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
public Object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
Function ConvertFrom(context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object
Parameters
- context
- ITypeDescriptorContext
- culture
- CultureInfo
- value
- Object
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.
ConvertFrom(Object)
Converts the given value to the type of this converter.
public Object ConvertFrom(Object value)
Function ConvertFrom(value As Object) As Object
Parameters
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.
Exceptions
The conversion cannot be performed.