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

> ABBYY FineReader Engine API における BackgroundColorModeEnum — エクスポート時の背景色の保存モード。

BackgroundColorModeEnum の列挙定数は、エクスポート時の背景色の保存モードを表します。

```
typedef enum {
 BCM_DontSave,
 BCM_BlackWhite,
 BCM_ColorForInverted,
 BCM_Color
} BackgroundColorModeEnum;
```

<div id="elements">
  ## 要素
</div>

| 名前                    | 説明                         |
| --------------------- | -------------------------- |
| BCM\_BlackWhite       | 背景は白黒で保存されます。              |
| BCM\_Color            | 背景色が保存されます。                |
| BCM\_ColorForInverted | 反転されたブロックのみに対して背景色が保存されます。 |
| BCM\_DontSave         | 背景色は保存されません。               |

<div id="used-in">
  ## 使用箇所
</div>

[IRTFExportParams::BackgroundColorMode](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/rtfexportparams#backgroundcolormode)

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

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