> ## 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

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](/fine-reader/engine/api-reference/parameter-objects/export-parameters/rtfexportparams#backgroundcolormode)

[IXLExportParams::BackgroundColorMode](/fine-reader/engine/api-reference/parameter-objects/export-parameters/xlexportparams#backgroundcolormode)

[IPPTExportParams::BackgroundColorMode](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pptexportparams#backgroundcolormode)
