Click or drag to resize

EditorViewSuspectCharColor Property

This property controls the color of the suspect character highlights.

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

Property Value

Type: Color
Remarks
A suspect character is the one whose recognition was unsure. The default value of this property is yellow.
See Also