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