Click or drag to resize

RSDST Enumeration

Starting modes of the scanner.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[FlagsAttribute]
public enum RSDST
Members
  Member nameValueDescription
RSDST_IMMEDIATE1 Immediate.
RSDST_UI_ALWAYS16 Show user interface (for backwards compatibility).
RSDST_UI_SHOW16 The native UI of the underlying scanning subsystem is displayed.
RSDST_UI_NEVER32 Hide user interface (for backwards compatibility).
RSDST_UI_HIDE32 The native UI of the underlying scanning subsystem is hidden.
RSDST_UI_ONCE64 The native UI of the underlying scanning subsystem is displayed only once for a stack of paper in the ADF.
RSDST_UI_KEEP128 The native UI of the underlying scanning subsystem is kept shown after scanning until explicitly closed.
RSDST_NATIVE256 Native transfer (only for internal use).
RSDST_MEMORY512 Buffered transfer (only for internal use).
RSDST_FILE1024 File transfer (only for internal use).
RSDST_CAP1
RSDST_CAPUI240 UI capability mask.
RSDST_CAPTR1792 Transfer capability mask (only for internal use).
See Also