|
PdfViewerPageLayout Enumeration |
Specifies the page layout to be used when the pdf document is opened in a viewer.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public enum PdfViewerPageLayout
Public Enumeration PdfViewerPageLayout
Members
| Member name | Value | Description |
---|
| SinglePage | 0 |
Displays one page at a time.
|
| OneColumn | 1 |
Displays the pages in one column.
|
| TwoColumnLeft | 2 |
Displays the pages in two columns, with odd-numbered pages on the left.
|
| TwoColumnRight | 3 |
Displays the pages in two columns, with odd-numbered pages on the right.
|
See Also