Click or drag to resize

EditorViewMarkersVisible Property

This property controls whether markers related to recognition, training and proofing are displayed or not.

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

Property Value

Type: Boolean
Remarks
If this property is set, the trained, rejected and suspected characters, the non-dictionary and suspected words are highlighted with coloring. You can change the highlight colors with the appropriate …Color properties. The default value for this property is True.
See Also