Click or drag to resize

STSAPICONSTANTS Enumeration

Flags of settings.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[FlagsAttribute]
public enum STSAPICONSTANTS
Members
  Member nameValueDescription
STSFLG_DEFAULT0 Default.
STSFLG_HIDDEN1 It does not appear in the enumeration and its descendants also do not.
STSFLG_INFO2 This setting returns some information from a previous process. Its value cannot be changed by the User.
STSFLG_DONTSAVE4 It does not appear in any saved file.
STSFLG_GLOBAL8 Its value is stored in a global place, not in the Settings Collection area, thus it has the same value in all the Settings Collections.
STSFLG_ENCRYPT16 It requires encryption before getting its value symbolically, thus it is saved/loaded in an encrypted form.
STSFLG_USER32 This is a user-defined setting. This flag is set automatically! Only the user-defined settings can be deleted.
STSFLG_BITFIELD64 This is a bitfield enum setting. It is only an information flag (i.e. bitfield and non-bitfield enums are handled in the same way), but it is unmasked from non-enum settings.
STSFLG_STAYINPENDING128 Internal use only.
STSFLG_CLONEDBIT256 This is a clone of another setting.
STSFLG_DONTSETTODEFAULT512 The SetDefaults operation sets all the settings to their default values. This flag does not allow it.
STSFLG_SLINK1024 This is a symbolic link to a subtree of settings.
STSFLG_NOTSESSIONSAFE8 Same as STSFLG_GLOBAL.
STSFLG_CLONED288 (STSFLG_CLONEDBIT | STSFLG_USER). All the clones have a user-flag for deletable property.
STSFLG_RESERVED416 (STSFLG_USER|STSFLG_STAYINPENDING|STSFLG_CLONEDBIT|0xFF000000) These flags cannot be set by the User.
See Also