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

# DetectColorRegionFlags

> ABBYY FineReader Engine API の DetectColorRegionFlags — テキスト色と背景色の検出に渡される画像が反転しているかどうかを指定するビットごとのフラグ。

`DCR_` 接頭辞を持つフラグは、テキスト色と背景色の検出に渡される画像が反転しているかどうかを指定します。

```
module DetectColorRegionFlags
{
  const int DCR_Invert = 0x00000001;
};
```

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

| フラグ名        | 説明          |
| ----------- | ----------- |
| DCR\_Invert | 矩形は反転しています。 |

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

[IImageDocument::GetTextBackgroundColor](/ja/fine-reader/engine/api-reference/image-related-objects/imagedocument/gettextbackgroundcolor-method)
