The orientation of the OmrField object.
[SerializableAttribute()]
[DataContractAttribute()]
public enum OmrFieldOrientation
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.