C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageDirectionEnum Enumeration

PageDirectionEnum Enumeration
Describes the direction in which the new page should be started.
Syntax
'Declaration
 
Public Enum PageDirectionEnum 
   Inherits 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