Accusoft.FormFix5.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 get_Orientation();
public: __property void set_Orientation( 
   OmrOrientation value
);
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