MarginConverter.GetProperties
Overloads
GetProperties(ITypeDescriptorContext, Object) | Returns a collection of properties for the type of array specified by the value parameter, using the specified context. |
GetProperties(ITypeDescriptorContext, Object, Attribute[]) | |
GetProperties(Object) | Returns a collection of properties for the type of array specified by the value parameter. |
GetProperties(ITypeDescriptorContext, Object)
Returns a collection of properties for the type of array specified by the value parameter, using the specified context.
public PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, Object value)
Function GetProperties(context As ITypeDescriptorContext, value As Object) As PropertyDescriptorCollection
Parameters
- context
- ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
Returns
A PropertyDescriptorCollection with the properties that are exposed for this data type, or if there are no properties.
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.
GetProperties(ITypeDescriptorContext, Object, Attribute[])
public PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)
Function GetProperties(context As ITypeDescriptorContext, value As Object, attributes As Attribute[]) As PropertyDescriptorCollection
Parameters
- context
- ITypeDescriptorContext
- value
- Object
- attributes
- Attribute[]
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.
GetProperties(Object)
Returns a collection of properties for the type of array specified by the value parameter.
public PropertyDescriptorCollection GetProperties(Object value)
Function GetProperties(value As Object) As PropertyDescriptorCollection
Parameters
Returns
A PropertyDescriptorCollection with the properties that are exposed for this data type, or if there are no properties.
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.