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; }
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(126)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property RejectCharColor As Color
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(126)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property Color RejectCharColor {
Color get ();
void set (Color value);
}
Property Value
Type:
ColorRemarks
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