Click or drag to resize

EditorViewEnableNondictWordMarking Property

This property controls whether the non-dictionary word marking (red wavy underline) is enabled or not.

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

Property Value

Type: Boolean
Remarks
The default value for this property is False.
See Also