BackgroundColorModeEnum
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
Name | Description |
---|---|
BCM_BlackWhite | The background is saved in black-and-white. |
BCM_Color | The background color is saved. |
BCM_ColorForInverted | The background color is saved only for inverted blocks. |
BCM_DontSave | The background color is not saved. |
Used in
IRTFExportParams::BackgroundColorMode
03.07.2024 8:50:25