Descibes page layout.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
SyntaxPublic Enumeration PageLayout
public enum class PageLayout
Members
| Member name | Value | Description |
---|
| SinglePage | 0 |
Single page.
|
| OneColumn | 1 |
Display the pages in one column.
|
| TwoColumnLeft | 2 |
Display the pages in two columns, with odd-numbered pages on the left.
|
| TwoColumnRight | 3 |
Display the pages in two columns, with odd-numbered pages on the right.
|
| TwoPageLeft | 4 |
Display the pages two at a time, with odd-numbered pages on the left.
|
| TwoPageRight | 5 |
Display the pages two at a time, with odd-numbered pages on the right.
|
| Default | 6 |
Default layout.
|
See Also