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