Skip to main content

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.

BackgroundColorModeEnum enumeration constants are used to denote modes of background color saving during export.
typedef enum {
 BCM_DontSave,
 BCM_BlackWhite,
 BCM_ColorForInverted,
 BCM_Color
} BackgroundColorModeEnum;

Elements

NameDescription
BCM\_BlackWhiteThe background is saved in black-and-white.
BCM\_ColorThe background color is saved.
BCM\_ColorForInvertedThe background color is saved only for inverted blocks.
BCM\_DontSaveThe background color is not saved.

Used in

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