Click or drag to resize

EditorViewRejectCharColor Property

This property controls the font color of the reject character.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(126)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Color RejectCharColor { get; set; }

Property Value

Type: Color
Remarks
A rejected character is the one whose recognition failed. The default value of this property is red. The reject character itself can also be changed; see Character coloring and marking.
See Also