Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This enum is implemented in FRE for Windows.
ScanColorModeEnum enumeration constants are used to set image color type.
typedef enum {
 SCM_BlackAndWhite,
 SCM_Grayscale,
 SCM_Color,
 SCM_Auto
} ScanColorModeEnum;

Elements

NameDescription
SCM\_BlackAndWhiteBlack-and-white image.
SCM\_ColorColor image.
SCM\_GrayscaleGray image.
SCM\_AutoColor mode is determined automatically.

Used in

IScanSourceSettings::ColorMode IScanSourceCapabilities::ColorModes