PDFPageLayout¶
Namespace: O2S.Components.PDF4NET
Supported page layouts for PDF documents.
Inheritance Object → ValueType → Enum → PDFPageLayout
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| ReaderDefault | 0 | Default layout of the PDF reader application. |
| SinglePage | 1 | Display one page at a time. |
| OneColumn | 2 | Display the pages in one column. |
| TwoColumnLeft | 3 | Display the pages in two columns, with odd-numbered pages on the left. |
| TwoColumnRight | 4 | Display the pages in two columns, with odd-numbered pages on the right. |
| TwoPageLeft | 5 | Display the pages two at a time, with odd-numbered pages on the left. |
| TwoPageRight | 6 | Display the pages two at a time, with odd-numbered pages on the right. |