Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageLayout Enumeration

In This Topic
    PageLayout Enumeration
    In This Topic
    Specifies the page layout to be used when the document is opened.
    Syntax
    'Declaration
     
    Public Enum PageLayout 
       Inherits System.Enum
    public enum PageLayout : 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.
    TwoPageLeft(PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left.
    TwoPageRight(PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.PageLayout

    See Also