PdfPageLayout Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfPageLayout Enumeration
Specifies the page layout to be used when the document is opened.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfPageLayout
VB
Public Enumeration PdfPageLayout

Members

  Member nameValueDescription
Default-1 Display page using default layout. This is the same as SinglePage layout except the PDF does not contain information about the layout at all.
SinglePage0 Display one page at a time.
OneColumn1 Display the pages in one column.
TwoColumnLeft2 Display the pages in two columns, with odd-numbered pages on the left.
TwoColumnRight3 Display the pages in two columns, with odd-numbered pages on the right.
TwoPageLeft4 (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left.
TwoPageRight5 (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right.

See Also