Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

OmrFrameDetectionMethod Enumeration








This enumeration represents the detection method used by the OMR engine.
Syntax
public enum OmrFrameDetectionMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum OmrFrameDetectionMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OmrFrameDetectionMethod
public enum OmrFrameDetectionMethod : System.IComparable, System.IConvertible, System.IFormattable  
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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0Auto Auto.
1WithoutFrame Detects OMR without frames.
2WithFrame Detect OMR with frames.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.OmrFrameDetectionMethod

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

Error processing SSI file