Click or drag to resize

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; }

Property Value

Type: Color
Remarks
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