PdfViewerPageLayout Enumeration |
The page layout in PdfViewerPreferences to be used when the document is opened.
Namespace: PdfViewer4AspNetAssembly: PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 4.2
Syntaxpublic enum PdfViewerPageLayout
Public Enumeration PdfViewerPageLayout
Members
| Member name | Value | Description |
---|
| SinglePage | 0 |
Display one page at a time.
|
| OneColumn | 1 |
Display the pages in one column.
|
| TwoColumnLeft | 2 |
Display the pages in two columns, with odd numbered
pages on the left.
|
| TwoColumnRight | 3 |
Display the pages in two columns, with odd numbered
pages on the right.
|
See Also