←Select platform

FrameMethod Property

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

Syntax
C#
VB
C++
Java
public OcrOmrFrameDetectionMethod FrameMethod { get; set; } 
  
Public Property FrameMethod As OcrOmrFrameDetectionMethod 
public OcrOmrFrameDetectionMethod getFrameMethod(); 
public void setFrameMethod( 
   OcrOmrFrameDetectionMethod ocrOmrFrameDetectionMethod 
); 
public: 
property OcrOmrFrameDetectionMethod FrameMethod { 
   OcrOmrFrameDetectionMethod get(); 
   void set (    OcrOmrFrameDetectionMethod ); 
} 

Property Value

An Leadtools.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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.