ConverterProperty.Type Property
|
This property returns the type of the property. Its available values are listed under the
PROPERTYTYPE Enumeration topic.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic PROPERTYTYPE Type { get; }
Public ReadOnly Property Type As PROPERTYTYPE
Get
public:
property PROPERTYTYPE Type {
PROPERTYTYPE get ();
}
Property Value
Type:
PROPERTYTYPE
See Also