Click or drag to resize

RSDII Enumeration

Getting scanning mode capabilities.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[FlagsAttribute]
public enum RSDII
Members
  Member nameValueDescription
RSDII_BW1
RSDII_HT2
RSDII_GRAY44 Scanning in 4-bit gray-scale mode
RSDII_GRAY88 Scanning in 8-bit gray-scale mode
RSDII_COLOR116 Color 3*1 bits
RSDII_COLORHT32 Color halftone
RSDII_COLOR464 Color 3*4 bits
RSDII_COLOR8128 Color 3*8 bits
RSDII_AUTO256 Auto color
RSDII_PACKED4096 Modifier flag
RSDII_BYTES8192 Modifier flag
RSDII_LINES16384 Modifier flag
RSDII_PAGES32768 Modifier flag
RSDII_CAP511
RSDII_CAPPIX61440 Color arrangement capability mask.
Remarks

Modifier flags:

RSDII_BYTES:

  • 8 pixels in case of RSDII_COLOR1 or RSDII_COLORHT.
  • 2 pixels in case of RSDII_COLOR4.
  • 1 pixel in case of RSDII_COLOR8.

RSDII_LINES:

  • R line, G line, B line of any color mode.

RSDII_PACKED:

  • 2 pixels in case of RSDII_COLOR1 or RSDII_COLORHT.

RSDII_PAGES:

  • R page, G page, B page of any color mode.

These values can be used as workflow paramater with the WFHandler's SetTempParam method.

See Also