Accusoft.Forms1 - Updated
OmrOrientation Enumeration



Accusoft.FormFixSdk Namespace : OmrOrientation Enumeration
The orientation of an OMR field's segment(s) with respect to the top of a form image.
Syntax
Public Enum OmrOrientation 
   Inherits System.Enum
Dim instance As OmrOrientation
public enum OmrOrientation : System.Enum 
public enum class OmrOrientation : public System.Enum 
Members
MemberDescription
HorizontalSegments The segment(s) in the OMR field are parallel to the top of the form image.
VerticalSegments The segment(s) in the OMR field are perpendicular to the top of the form image.
Remarks
This enumeration represents the orientation of an OMR field's segment(s) with respect to the top of a form image.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.FormFixSdk.OmrOrientation

See Also

Reference

Accusoft.FormFixSdk Namespace