メインコンテンツへスキップ

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.

この列挙型は、Windows 版の FRE で実装されています。
ScanColorModeEnum の列挙定数は、画像のカラーモードを設定するために使用されます。
typedef enum {
 SCM_BlackAndWhite,
 SCM_Grayscale,
 SCM_Color,
 SCM_Auto
} ScanColorModeEnum;

要素

名前Description
SCM_BlackAndWhiteBlack-and-white画像。
SCM_ColorColor画像。
SCM_GrayscaleGray画像。
SCM_Autoカラーモードは自動的に決定されます。

使用箇所

IScanSourceSettings::ColorMode IScanSourceCapabilities::ColorModes