←Select platform

OmrFieldOrientation Enumeration

Summary

The orientation of the OmrField object.

Syntax
C#
C++/CLI
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum OmrFieldOrientation 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class OmrFieldOrientation sealed 
class OmrFieldOrientation(Enum): 
   RowWise = 0 
   ColumnWise = 1 
   FreeFlow = 2 
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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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