[SerializableAttribute()]
[DataContractAttribute()]
public enum OmrFieldOrientation
<SerializableAttribute(),
DataContractAttribute()>
Public Enum OmrFieldOrientation
public:
[SerializableAttribute,
DataContractAttribute]
enum class OmrFieldOrientation sealed
Value | Member | Description |
---|---|---|
0 | RowWise | Each row of OMR marks has a single output result regardless of multiple or single markings. |
1 | ColumnWise | Each column of OMR marks has a single output result regardless of multiple or single markings. |
2 | FreeFlow | All OMR marks in the OmrField are treated as a single row. |
OmrField is a collection of OMR marks/bubbles in the ITemplateForm image. Based on the OMR marks arrangement in the image, the user can choose from the above values and the OMR toolkit automatically rearranges the OmrBubbles in the OmrField object.
If FreeFlow is used, the OMR toolkit rearranges all OmrBubbles internally as a single OmrCollection.
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