This enum is implemented in FRE for Windows.
Elements
| Name | Description |
|---|---|
| SCM\_BlackAndWhite | Black-and-white image. |
| SCM\_Color | Color image. |
| SCM\_Grayscale | Gray image. |
| SCM\_Auto | Color mode is determined automatically. |
typedef enum {
SCM_BlackAndWhite,
SCM_Grayscale,
SCM_Color,
SCM_Auto
} ScanColorModeEnum;
| Name | Description |
|---|---|
| SCM\_BlackAndWhite | Black-and-white image. |
| SCM\_Color | Color image. |
| SCM\_Grayscale | Gray image. |
| SCM\_Auto | Color mode is determined automatically. |
Was this page helpful?