LEADTOOLS Forms (Leadtools.Forms.Processing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
FrameMethod Property
See Also 
Leadtools.Forms.Processing Namespace > OmrFormField Class : FrameMethod Property



The FrameMethod Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the OMR frame detection mode of the field.

Syntax

Visual Basic (Declaration) 
Public Property FrameMethod As OcrOmrFrameDetectionMethod
Visual Basic (Usage)Copy Code
Dim instance As OmrFormField
Dim value As OcrOmrFrameDetectionMethod
 
instance.FrameMethod = value
 
value = instance.FrameMethod
C# 
public OcrOmrFrameDetectionMethod FrameMethod {get; set;}
C++/CLI 
public:
property OcrOmrFrameDetectionMethod FrameMethod {
   OcrOmrFrameDetectionMethod get();
   void set (    OcrOmrFrameDetectionMethod value);
}

Property Value

An Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod enumeration member that indicates the OMR frame detection mode of the field.

Remarks

Frames stand for the check boxes that can exist around OMR fields. You can set the LEADTOOLS OCR engine to automatically detect such frames and take them into consideration when recognizing OMR fields. If you know the OMR fields contain frames, set the IOcrOmrOptions.FrameDetectionMethod accordingly to increase recognition performance and accuracy.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features