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.

Die Aufzählungskonstanten von BackgroundColorModeEnum werden verwendet, um die Modi für das Speichern der Hintergrundfarbe beim Export anzugeben.
typedef enum {
 BCM_DontSave,
 BCM_BlackWhite,
 BCM_ColorForInverted,
 BCM_Color
} BackgroundColorModeEnum;

Elemente

NameBeschreibung
BCM_BlackWhiteDer Hintergrund wird in Schwarz-Weiß gespeichert.
BCM_ColorDie Hintergrundfarbe wird gespeichert.
BCM_ColorForInvertedDie Hintergrundfarbe wird nur für invertierte Blöcke gespeichert.
BCM_DontSaveDie Hintergrundfarbe wird nicht gespeichert.

Verwendet in

IRTFExportParams::BackgroundColorMode IXLExportParams::BackgroundColorMode IPPTExportParams::BackgroundColorMode