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

Object

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:

CreateInstance(ITypeDescriptorContext, IDictionary)

public Object CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)
Function CreateInstance(context As ITypeDescriptorContext, propertyValues As IDictionary) As Object

Parameters

propertyValues
IDictionary

Returns

Object

Licensing Info

This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

See Also

MarginConverter
ceTe.DynamicBarcode.Creator

In this topic