Click or drag to resize

SettingNodeSymbolicValue 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
Syntax
public string SymbolicValue { 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