←Select platform

OmrFieldOrientation Enumeration

Summary

The orientation of the OmrField object.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum OmrFieldOrientation 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum OmrFieldOrientation 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class OmrFieldOrientation sealed 

Members

ValueMemberDescription
0RowWiseEach row of OMR marks has a single output result regardless of multiple or single markings.
1ColumnWiseEach column of OMR marks has a single output result regardless of multiple or single markings.
2FreeFlowAll OMR marks in the OmrField are treated as a single row.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly