The page layout of the document in the PDF viewer.
Namespace: TallComponents.PDF.Layout.NavigationAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public enum PageLayout |
| Visual Basic |
|---|
Public Enumeration PageLayout |
Members
| Member name | Value | Description | |
|---|---|---|---|
| SinglePage | 0 | Display one page at a time. | |
| OneColumn | 1 | Display pages in one column. | |
| TwoColumnLeft | 2 | Display pages in 2 columns; odd page left. | |
| TwoColumnRight | 3 | Display pages in 2 column; odd page right. |