Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace : OmrFrameDetectionMethod Enumeration |
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
Value | Member | Description |
---|---|---|
0 | Auto | Auto. |
1 | WithoutFrame | Detects OMR without frames. |
2 | WithFrame | Detect OMR with frames. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.OmrFrameDetectionMethod