Document.HNRSpaceIncluded Property
|
Use this property to get or set whether the hand printed numerals recognition module (RM_HNR) will report detected spaces between characters.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool HNRSpaceIncluded { get; set; }
Public Property HNRSpaceIncluded As Boolean
Get
Set
public:
property bool HNRSpaceIncluded {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
The default value is True.
The Recognize method of the Document or Page objects uses this setting for zones that
have the FillingMethod property set to FM_HANDPRINT.
Changing this property will set the Modified property to True.
See Also