C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the OMR frame detection method used for the OMR engine.
public OmrFrameDetectionMethod FrameDetectionMethod { get; set; }
Public Property FrameDetectionMethod As Leadtools.Imageprocessing.Core.OmrFrameDetectionMethod
public Leadtools.Imageprocessing.Core.OmrFrameDetectionMethod FrameDetectionMethod {get; set;}
@property (nonatomic, assign) LTOmrFrameDetectionMethod frameDetectionMethod
public OmrFrameDetectionMethod getFrameDetectionMethod()
public void setFrameDetectionMethod(OmrFrameDetectionMethod value)
<br/>get_FrameDetectionMethod();<br/>set_FrameDetectionMethod(value);<br/>Object.defineProperty('FrameDetectionMethod');
public:
property Leadtools.Imageprocessing.Core.OmrFrameDetectionMethod FrameDetectionMethod {
Leadtools.Imageprocessing.Core.OmrFrameDetectionMethod get();
void set ( Leadtools.Imageprocessing.Core.OmrFrameDetectionMethod );
}
OmrFrameDetectionMethod that represents the OMR frame detection method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET