←Select platform

FrameDetectionMethod Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

Property Value

OmrFrameDetectionMethod that represents the OMR frame detection method.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly