←Select platform

FrameDetectionMethod Property

Summary

Gets or sets the OMR frame detection method used for the OMR engine.

Syntax
C#
VB
Objective-C
C++
Java
public OmrFrameDetectionMethod FrameDetectionMethod { get; set; } 
Public Property FrameDetectionMethod As OmrFrameDetectionMethod 
@property (nonatomic, assign) LTOmrFrameDetectionMethod frameDetectionMethod 
public OmrFrameDetectionMethod getFrameDetectionMethod() 
public void setFrameDetectionMethod(OmrFrameDetectionMethod value) 
public: 
property OmrFrameDetectionMethod FrameDetectionMethod { 
   OmrFrameDetectionMethod get(); 
   void set (    OmrFrameDetectionMethod ); 
} 

Property Value

OmrFrameDetectionMethod that represents the OMR frame detection method.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly