UserZoneCheckFullLines Property
|
Use this property to get or set whether the recognition module associated with this user zone will pass entire lines to the checking subsystem and the
Check event of the
Document object instead of words.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool CheckFullLines { get; set; }
Public Property CheckFullLines As Boolean
Get
Set
public:
property bool CheckFullLines {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
The default value of this property is False. This property has no effect if the Check property
of the Document object is False.
Changing this property sets the Modified property of the Document object to True.
See Also