C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / PageLayoutEnum Enumeration

PageLayoutEnum Enumeration
Specifies the page layout to be used when a PDF document is opened.
Syntax
'Declaration
 
Public Enum PageLayoutEnum 
   Inherits System.Enum
 
Members
MemberDescription
OneColumnDisplay the pages in one column.
SinglePageDisplay one page at a time.
TwoColumnLeftDisplay the pages in two columns, with odd-numbered pages on the left.
TwoColumnRightDisplay the pages in two columns, with odd-numbered pages on the right.
ViewerDefaultDo not specify a layout and use the current viewer default.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.Export.PageLayoutEnum

See Also