EditorViewMissingCharColor Property
|
This property controls the color of the missing character highlights.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(128)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Color MissingCharColor { get; set; }
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(128)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property MissingCharColor As Color
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(128)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property Color MissingCharColor {
Color get ();
void set (Color value);
}
Property Value
Type:
ColorRemarks
A missing character is the one which was recognized, but cannot be displayed using the current character set. The default value of this property is pink.
See Also