FormFix v6.0 for .NET - Updated
OmrMultiSegmentReadDirection Enumeration



Accusoft.FormFixSdk Namespace : OmrMultiSegmentReadDirection Enumeration
The multi-segment read direction for assembling a field summation of segment analysis results
Syntax
'Declaration
 
Public Enum OmrMultiSegmentReadDirection 
   Inherits System.Enum
'Usage
 
Dim instance As OmrMultiSegmentReadDirection
public enum OmrMultiSegmentReadDirection : System.Enum 
public enum class OmrMultiSegmentReadDirection : public System.Enum 
Members
MemberValueDescription
Normal1 Multi-segment fields with an OmrOrientation of HorizontalSegments are read top to bottom and multi-segment fields with an OmrOrientation of VerticalSegments are read left to right.
Reversed2 Multi-segment fields with an OmrOrientation of HorizontalSegments are read bottom to top and multi-segment fields with an OmrOrientation of VerticalSegments are read right to left.
Remarks
This enumeration represents the OMR multi-segment read direction and specifies the direction in which individual segment analysis results are read when building a sum result for the field.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.FormFixSdk.OmrMultiSegmentReadDirection

See Also

Reference

Accusoft.FormFixSdk Namespace

Is this page helpful?
Yes No
Thanks for your feedback.