Specifies the page layout to be used when the Pdf document is opened.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum PageLayoutEnum |
| Visual Basic |
|---|
Public Enumeration PageLayoutEnum |
Members
| Member name | Description | |
|---|---|---|
| ViewerDefault | Do not specify a layout and use the current viewer default. | |
| SinglePage | Display one page at a time. | |
| OneColumn | Display the pages in one column. | |
| TwoColumnLeft | Display the pages in two columns, with odd-numbered pages on the left. | |
| TwoColumnRight | Display the pages in two columns, with odd-numbered pages on the right. |