Click or drag to resize

RETAINCOLOR Enumeration

Retain color.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum RETAINCOLOR
Members
  Member nameValueDescription
RETAINCOLOR_NO0 All the resulting items contain a white background and a black foreground color.
RETAINCOLOR_YES1 The real color of the given item is used in the result. This is the default value.
RETAINCOLOR_INVERTED2 The color of the given item is determined in the BW image of the page (II_BW).
Remarks

The recognition result can contain color information about letters, lines, frames, etc. The retain color setting indicates whether the color information from the image is used or not.

The page layout decomposition and recognition are faster when color is not retained, but the result of zoning may be worse (e.g. an indistinct graphic may vanish or zones with different background colors may be merged).

See Also