The page layout of the document in the PDF viewer.
Namespace: TallComponents.PDF.NavigationAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
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. |