VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocumentPageLayoutMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfDocumentPageLayoutMode Enumeration
    In This Topic
    Specifies available page layout modes, which can be used when the document is opened.
    Syntax
    'Declaration
    
    Public Enum PdfDocumentPageLayoutMode
       Inherits System.Enum
    
    
    public enum PdfDocumentPageLayoutMode : System.Enum
    
    
    __value public enum PdfDocumentPageLayoutMode : public System.Enum
    
    
    public enum class PdfDocumentPageLayoutMode : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedUndefined.
    SinglePageDisplay one page at a time.
    OneColumnThe pages in one column.
    TwoColumnLeftThe pages in two columns, with odd-numbered pages on the left.
    TwoColumnRightThe 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
             Vintasoft.Imaging.Pdf.PdfDocumentPageLayoutMode

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also