Click or drag to resize

DocumentHNRStyle Property

Use this property to get or set the behavior of the hand printed numerals recognition module (RM_HNR).

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public HNR_STYLE HNRStyle { get; set; }

Property Value

Type: HNR_STYLE
Remarks

Its possible values are listed under the HNR_STYLE Enumeration topic.

The default value is STYLE_EURO.

An example of the difference in styles is the method used to write the digit '7'. While the European style uses a crossed digit, the North-American style does not.

The Recognize method of the Document or Page objects uses this setting for zones for which the FillingMethod property is set to FM_HANDPRINT.

Changing this property will set the Modified property to True.

See Also