FormFix v6.0 for .NET - Updated
MultiSegmentReadDirection Property



Accusoft.FormFixSdk Namespace > OmrProcessor Class : MultiSegmentReadDirection Property
The read direction used for determining field results for a multi-segment field.
Syntax
'Declaration
 
Public Property MultiSegmentReadDirection As OmrMultiSegmentReadDirection
'Usage
 
Dim instance As OmrProcessor
Dim value As OmrMultiSegmentReadDirection
 
instance.MultiSegmentReadDirection = value
 
value = instance.MultiSegmentReadDirection
public OmrMultiSegmentReadDirection MultiSegmentReadDirection {get; set;}
public:
property OmrMultiSegmentReadDirection MultiSegmentReadDirection {
   OmrMultiSegmentReadDirection get();
   void set (    OmrMultiSegmentReadDirection value);
}
Remarks

This property specifies the direction in which individual segment analysis results are evaluated when building a sum result for a multi-segment field. See OmrMultiSegmentReadDirection for read direction options.

For a multi-segment field with a OmrMultiSegmentReadDirection.Normal read direction specified, those fields with an OmrOrientation.HorizontalSegments orientation will have its segments read top to bottm. Those fields fields with an OmrOrientation.VerticalSegments orientation, will have its segments read left to right.

For a multi-segment field with a OmrMultiSegmentReadDirection.Reversed read direction specified, those fields with a OmrOrientation.HorizontalSegments orientation will have its segments read bottom to top. Those fields fields with a OmrOrientation.VerticalSegments orientation will have its segments read right to left.

Default value is OmrMultiSegmentReadDirection.Normal.

See Also

Reference

OmrProcessor Class
OmrProcessor Members

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