MarginConverter.CreateInstance
Overloads
CreateInstance(IDictionary) | Re-creates an Object given a set of property values for the object. |
CreateInstance(ITypeDescriptorContext, IDictionary) |
CreateInstance(IDictionary)
Re-creates an Object given a set of property values for the object.
public Object CreateInstance(IDictionary propertyValues)
Function CreateInstance(propertyValues As IDictionary) As Object
Parameters
- propertyValues
- IDictionary
An IDictionary that represents a dictionary of new property values.
Returns
An Object representing the given IDictionary , or if the object cannot be created. This method always 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.
CreateInstance(ITypeDescriptorContext, IDictionary)
public Object CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)
Function CreateInstance(context As ITypeDescriptorContext, propertyValues As IDictionary) As Object
Parameters
- context
- ITypeDescriptorContext
- propertyValues
- IDictionary
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.