Click or drag to resize

RSDAF Enumeration

Application flags.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[FlagsAttribute]
public enum RSDAF
Members
  Member nameValueDescription
RSDAF_CHECKADF1 "CheckADF": check ADF capabilities anyway
RSDAF_SETUITOPMOST2 "SetUITopmost": keep the UI in the topmost position
RSDAF_PALETTESUPPORT4 "PaletteSupport": images with palette are acceptable
RSDAF_COMPRESSEDIMAGES8 "CompressedImages": compressed images are acceptable
RSDAF_IMAGEFILES16
Remarks
These flags specify the behavior of RSD in some respects as necessary for the application. These flags can be overridden by the corresponding entries in the [RSD] section of the INI file.
See Also