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.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.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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7