Click or drag to resize

ScannerAvailableColorModes Property

This property returns the supported color modes of the scanner.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public RSDII AvailableColorModes { get; }

Property Value

Type: RSDII
Remarks

Possible values are:

Value Mode
RSDII Value Color mode
RSDII_BW Black and white mode
RSDII_HT Halftone mode
RSDII_GRAY4 4-bit grayscale mode
RSDII_GRAY8 8-bit grayscale mode
RSDII_COLOR8 24-bit color mode

The available modes are returned as a bitwise combination of the possible values.

See Also