[This is preliminary documentation and is subject to change.]
The page layout of the document in the PDF viewer.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.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. |