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

The DCR\_ prefixed flags are used to specify if the image passed for text and background color detection is inverted.

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

## Elements

| Flag name     | Description                |
| ------------- | -------------------------- |
| DCR\\\_Invert | The rectangle is inverted. |

## Used in

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