The multi-segment read direction for assembling a field summation of segment analysis results
Syntax
'Declaration
Public Enum OmrMultiSegmentReadDirection
Inherits System.Enum
public enum OmrMultiSegmentReadDirection : System.Enum
__value public enum OmrMultiSegmentReadDirection : public System.Enum
public enum class OmrMultiSegmentReadDirection : public System.Enum
Members
Member | Description |
Normal |
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.
|
Reversed |
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.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Accusoft.FormFixSdk.OmrMultiSegmentReadDirection
See Also