typedef enum
{
DOC2_OMR_AUTO_FRAME,
DOC2_OMR_WITHOUT_FRAME,
DOC2_OMR_WITH_FRAME,
} DOC2_OMRFRAME;
The DOC2_OMRFRAME enumerated type specifies whether frames exist and if they will be automatically detected.
Value | Meaning |
---|---|
DOC2_OMR_AUTO_FRAME | Automatically detect whether there is a printed frame (e.g. Checkbox) or not |
DOC2_OMR_WITHOUT_FRAME | The OMR zone is inside the printed frame, so the printed frame is not visible |
DOC2_OMR_WITH_FRAME | The OMR zone is outside the printed frame, so the printed frame is visible |
The enumeration is used by:
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