Character.CertainWord Property
|
This property returns True if the word containing this character is a certain word (safely recognized).
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool CertainWord { get; }
Public ReadOnly Property CertainWord As Boolean
Get
public:
property bool CertainWord {
bool get ();
}
Property Value
Type:
Boolean
Remarks
This flag is True by default. If the
Check property of the
Document object is True,
the checking subsystem can set this flag to False.
See Also