Click or drag to resize

RSDDX Enumeration

Getting duplex scanning capabilities.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[FlagsAttribute]
public enum RSDDX
Members
  Member nameValueDescription
RSDDX_SINGLE1 single-sided
RSDDX_SIMPLEX1 simplex mode
RSDDX_DUPLEX_PAGE2
RSDDX_DUPLEX_BOOK4
RSDDX_DUPLEX_FLIP_BOOK16 duplex mode, flip along vertical edge (default)
RSDDX_DUPLEX_FLIP_TABLET32
RSDDX_DUPLEX_MERGE256 Duplex mode, merge front and back images, return one image only.
RSDDX_DUPLEX_MERGE_BOOK256
Caution note Caution
This API is preliminary and subject to change.
RSDDX_DUPLEX_MERGE_TABLET512
RSDDX_CAP7
RSDDX_CAPFL49 Modes by flip settings.
RSDDX_CAPMG769 Modes by merge setting.
RSDDX_CAPALL823 All modes.
RSDDX_DOUBLE_PAGE-2147483648
Remarks

The elements of this enum can be grouped into the following classes:

  • One sided: RSDDX_SINGLE or RSDDX_SIMPLEX (these are synonyms).
  • Two sided, margin settings: RSDDX_DUPLEX_PAGE and RSDDX_DUPLEX_BOOK.
  • Two sided, flip settings: RSDDX_DUPLEX_FLIP_BOOK RSDDX_DUPLEX_FLIP_TABLET.
  • Two sided, merge setting: RSDDX_DUPLEX_MERGE.

Flags of "two sided" classes can be combined with each other. For any duplex mode at least one flag of "two sided" classes should be set. The flags of each class can be masked with capability masks.

See Also