PdfPageLayout EnumerationTerminal Works - PDF Printing.Net Library
Specifies the page layout to be used by a viewer when the document is opened.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public enum PdfPageLayout
Members

  Member nameValueDescription
SinglePage0 Display one page at a time.
OneColumn1 Display the pages in one column.
TwoColumnLeft2 Display the pages in two columns, with oddnumbered pages on the left.
TwoColumnRight3 Display the pages in two columns, with oddnumbered 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

Reference