FormFix v6.0 for .NET - Updated
Orientation Property (OmrProcessor)



Accusoft.FormFixSdk Namespace > OmrProcessor Class : Orientation Property
The orientation of a field's segment(s) to the top edge of a form image.
Syntax
'Declaration
 
Public Property Orientation As OmrOrientation
'Usage
 
Dim instance As OmrProcessor
Dim value As OmrOrientation
 
instance.Orientation = value
 
value = instance.Orientation
public OmrOrientation Orientation {get; set;}
public:
property OmrOrientation Orientation {
   OmrOrientation get();
   void set (    OmrOrientation value);
}
Remarks

This property specifies the relationship of a segment or segment�s in a bubble grid to the top edge of a form image. If the bubbles of a segment run parallel to the top edge, the field orientation is OmrOrientation.HorizontalSegments. If the bubbles of a segment run perpendicular to the top edge, the orientation is OmrOrientation.VerticalSegments.

Default value is OmrOrientation.HorizontalSegments.

See Also

Reference

OmrProcessor Class
OmrProcessor Members

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