public enum OmrFrameDetectionMethod
typedef NS_ENUM(NSInteger, LTOmrFrameDetectionMethod) {
LTOmrFrameDetectionMethodAuto,
LTOmrFrameDetectionMethodWithoutFrame,
LTOmrFrameDetectionMethodWithFrame
};
public final class OmrFrameDetectionMethod
extends java.lang.Enum<OmrFrameDetectionMethod>
public enum class OmrFrameDetectionMethod
class OmrFrameDetectionMethod(Enum):
Auto = 0
WithoutFrame = 1
WithFrame = 2
Value | Member | Description |
---|---|---|
0 | Auto | Auto. |
1 | WithoutFrame | Detects OMR without frames. |
2 | WithFrame | Detect OMR with frames. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document