←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.