Click or drag to resize

DocumentOMRFrame Property

Use this property to get or set the frame detection method used during 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_FRAME OMRFrame { get; set; }

Property Value

Type: OMR_FRAME
Remarks

The checkmarks can be of two types: with or without a frame visible in the image. The frame can be a rectangle, a hexagon, a circle, an ellipse, etc. Possible values of this property are listed under the OMR_FRAME Enumeration topic.

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

Changing this property will set the Modified property to True.

See Also