Skip to main content
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 nameDescription
DCR\_InvertThe rectangle is inverted.

Used in

IImageDocument::GetTextBackgroundColor