Click or drag to resize

DocumentOMRSensitivity Property

Use this property to get or set the mark sensitivity level used during the OMR optical mark recognition.

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

Property Value

Type: OMR_SENSE
Remarks

Its possible values are listed under the OMR_SENSE Enumeration topic.

The default value for this property is SENSE_NORMAL. The Recognize method of the Document or Page objects use this setting.

Changing this property will set the Modified property to True.

See Also