Documents for PDF, .NET Edition Documentation
FlowDirection Enumeration

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace : FlowDirection Enumeration
Indicates the direction of how lines of text are placed relative to one another.
Syntax
'Declaration
 
Public Enum FlowDirection 
   Inherits System.Enum
public enum FlowDirection : System.Enum 
Members
MemberDescription
HorizontalTopToBottomSpecifies that horizontal text lines are placed from top to bottom.
VerticalLeftToRightSpecifies that vertical text lines are placed from left to right.
VerticalRightToLeftSpecifies that vertical text lines are placed from right to left.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Text.FlowDirection

See Also

Reference

GrapeCity.Documents.Text Namespace