Accusoft.FormFixSdk Namespace > OmrProcessor Class : Orientation Property |
'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); }
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.