GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfPageLayout Enum

    Namespace:
    GemBox.Pdf
    Assembly:
    GemBox.Pdf.dll

    Represents a page layout that shall be used when the document is opened.

    • C#
    • VB.NET
    public enum PdfPageLayout
    Public Enum PdfPageLayout

    Fields

    OneColumn

    Display the pages in one column.

    SinglePage

    Display one page at a time.

    TwoColumnLeft

    Display the pages in two columns, with odd-numbered pages on the left.

    TwoColumnRight

    Display 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.

    See Also
    PDF Specification ISO 32000-1:2008, table '28 – Entries in the catalog dictionary'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.