ScanColorModeEnum
ScanColorModeEnum enumeration constants are used to set image color type.
typedef enum {
SCM_BlackAndWhite,
SCM_Grayscale,
SCM_Color,
SCM_Auto
} ScanColorModeEnum;
Elements
Name | Description |
---|---|
SCM_BlackAndWhite | Black-and-white image. |
SCM_Color | Color image. |
SCM_Grayscale | Gray image. |
SCM_Auto | Color mode is determined automatically. |
Used in
17.09.2024 15:14:41