C#
VB
Java
Objective-C
WinRT C#
C++
This enumeration represents the detection method used by the OMR engine.
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
Value | Member | Description |
---|---|---|
0 | Auto | Auto. |
1 | WithoutFrame | Detects OMR without frames. |
2 | WithFrame | Detect OMR with frames. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET