A name object specifying the page layout to be used when the
document is opened.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfPageLayout
Public Enumeration PdfPageLayout
public enum class PdfPageLayout
type PdfPageLayout
Members
| Member | Value | Description |
|---|---|---|
| SinglePage | 0 |
Default Value. Display one page at a time.
|
| 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
|