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