SettingNode.SymbolicValue Property
|
This property returns the string representation of the related setting value.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic string SymbolicValue { get; }
Public ReadOnly Property SymbolicValue As String
Get
public:
property String^ SymbolicValue {
String^ get ();
}
Property Value
Type:
String
Remarks
If the type of the setting is enum, the return value is the string name of the requested enum value. If the setting is an array, the return value
is a comma-separated element list. If the setting is encrypted, the encrypted form of the setting is returned.
See Also