EditorViewEnableNondictWordMarking Property
|
This property controls whether the non-dictionary word marking (red wavy underline) is enabled or not.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [DispIdAttribute(122)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
public bool EnableNondictWordMarking { get; set; }
<DispIdAttribute(122)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
Public Property EnableNondictWordMarking As Boolean
Get
Set
public:
[DispIdAttribute(122)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
property bool EnableNondictWordMarking {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
The default value for this property is False.
See Also