Zum Hauptinhalt springen

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.

Diese Enumeration ist in FRE für Windows implementiert.
Die Enumerationskonstanten von ScanColorModeEnum werden verwendet, um den Farbtyp des Bildes festzulegen.
typedef enum {
 SCM_BlackAndWhite,
 SCM_Grayscale,
 SCM_Color,
 SCM_Auto
} ScanColorModeEnum;

Elemente

NameBeschreibung
SCM_BlackAndWhiteSchwarz-Weiß-Bild.
SCM_ColorFarbbild.
SCM_GrayscaleGraustufenbild.
SCM_AutoDer Farbmodus wird automatisch bestimmt.

Verwendet in

IScanSourceSettings::ColorMode IScanSourceCapabilities::ColorModes