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.2.1.0 (5.2.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
SinglePage | 0 | Display one page at a time. | |
OneColumn | 1 | Display the pages in one column. | |
TwoColumnLeft | 2 | Display the pages in two columns, with oddnumbered pages on the left. | |
TwoColumnRight | 3 | Display the pages in two columns, with oddnumbered pages on the right. | |
TwoPageLeft | 4 | (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left. | |
TwoPageRight | 5 | (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right. |
See Also