PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / PageDirectionEnum Enumeration

In This Topic
    PageDirectionEnum Enumeration
    In This Topic
    Describes the direction in which the new page should be started.
    Syntax
    'Declaration
     
    Public Enum PageDirectionEnum 
       Inherits System.Enum
    public enum PageDirectionEnum : System.Enum 
    Members
    MemberDescription
    DefaultType of page (vertical or horizontal) is determinated on the basis of the current stacking rules. Vertical page is added if Stacking is StackingRulesEnum.BlockTopToBottom.
    HorizontalHorizontal page direction - i.e. logically the next page is to the right of the current one.
    VerticalVertical page direction - i.e. logically the next page is below the current one.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.PageDirectionEnum

    See Also