←Select platform

OmrFrameDetectionMethod Enumeration

Summary

This enumeration represents the detection method used by the OMR engine.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum OmrFrameDetectionMethod   
Public Enum OmrFrameDetectionMethod  
    
    
public enum OmrFrameDetectionMethod    
typedef NS_ENUM(NSInteger, LTOmrFrameDetectionMethod) 
public enum OmrFrameDetectionMethod 
Leadtools.ImageProcessing.Core.OmrFrameDetectionMethod = function() { }; 
Leadtools.ImageProcessing.Core.OmrFrameDetectionMethod.prototype = {<br/> 
  Auto = 0, 
    WithoutFrame = 1, 
    WithFrame = 2, 
     
 }; 
public enum class OmrFrameDetectionMethod   

Members

ValueMemberDescription
0Auto Auto.
1WithoutFrame Detects OMR without frames.
2WithFrame Detect OMR with frames.
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