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 : OmrSensitivity Enumeration |
public enum OmrSensitivity : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum OmrSensitivity Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As OmrSensitivity
public enum OmrSensitivity : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTOmrSensitivity)
public enum OmrSensitivity
Leadtools.ImageProcessing.Core.OmrSensitivity = function() { }; Leadtools.ImageProcessing.Core.OmrSensitivity.prototype = {<br/> Highest = 0, High = 1, Low = 2, Lowest = 3, };
public enum class OmrSensitivity : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | Highest | Highest sensitivity. |
1 | High | High sensitivity. |
2 | Low | Low sensitivity. |
3 | Lowest | Lowest sensitivity. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.OmrSensitivity