Click or drag to resize

DocumentRetainColors Property

Use this property to get or set retain color behavior in recognition.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public RETAINCOLOR RetainColors { get; set; }

Property Value

Type: RETAINCOLOR
Remarks

The recognition result may contain some color information about letters, lines, frames, etc. This property specifies how this information is to be handled. Its values are listed under the RETAINCOLOR Enumeration topic.

If the color information is dropped, locating zones and recognition will be faster, but the accuracy of locating zones may be degraded.

The default value for this property is RETAINCOLOR_NO. The Recognize method of the Document or Page objects use this setting.

Changing this property will set the Modified property to True.

See Also