Click or drag to resize

DocumentOMRFill Property

Use this property to get or set resolution of the optical mark recognition module.

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

Property Value

Type: Boolean
Remarks

If this property is False, only two discrete recognition results are recognized for each OMR zone: unfilled or filled. If this property is True, three-level recognition is performed: unfilled, filled or filled in error. The filled in error value means the zone is entirely blacked out.

Default value: False.

This setting is effective only when the OMR recognition module is used. The Recognize method of the Document or Page objects uses this setting.

Changing this property will set the Modified property to True.

See Also