Skip to main content
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