Document.OMRSensitivity 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
Syntaxpublic OMR_SENSE OMRSensitivity { get; set; }
Public Property OMRSensitivity As OMR_SENSE
Get
Set
public:
property OMR_SENSE OMRSensitivity {
OMR_SENSE get ();
void set (OMR_SENSE value);
}
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