EditorViewSuspectWordColor Property
|
This property controls the color of the suspect word wavy underlining.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(129)]
public Color SuspectWordColor { get; set; }
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(129)>
Public Property SuspectWordColor As Color
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(129)]
property Color SuspectWordColor {
Color get ();
void set (Color value);
}
Property Value
Type:
ColorRemarks
A suspect word is the one whose recognition was unsure. The suspect words are marked by the recognition engine and they depend on current
settings - such as engine combination and dictionary usage. The default value of this property is red. The default value for non-dictionary
words is also a red wavy underline, so the two categories are merged. You can change this default value so the wavy underline color is different
for non-dictionary and suspect words. These underlines are not exported to target applications, but of course many word processors use this type
of display for non-dictionary words, so text exported from the CSDK may be re-evaluated with underlining re-applied.
See Also