DocumentHNRBoxHeight Property
|
Use this property to get or set the expected character heights in 1/1200th of an inch for the hand printed numerals recognition module (RM_HNR).
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int HNRBoxHeight { get; set; }Public Property HNRBoxHeight As Integer
Get
Set
public:
property int HNRBoxHeight {
int get ();
void set (int value);
}Property Value
Type:
Int32
Remarks
If this property is zero (0), it will be calculated automatically and the HNRBoxWidth and HNRBoxSpace properties will be treated as if they were zero (0).
The default value is 0.
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