Click or drag to resize

UDSAVESTYLE Enumeration

User dictionary saving styles.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum UDSAVESTYLE
Members
  Member nameValueDescription
UDSS_INTERNAL0 User dictionary format of the Capture SDK.
UDSS_ORIGINAL1 Keeps the original format of the loaded dictionary. When a new one is created, this value is equivalent to UDSS_INTERNAL.
UDSS_TEXT2 A Windows ANSI text file containing a word list.
UDSS_UNICODE_TEXT3 A Unicode text file containing a word list.
Remarks
This enum type specifies the possible output styles at saving user dictionary.
See Also