PDFDocViewPrefsPageLayout Enumeration |
PageLayout specifies the page layout to be used when the
document is opened
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum PDFDocViewPrefsPageLayout
Public Enumeration PDFDocViewPrefsPageLayout
public enum class PDFDocViewPrefsPageLayout
pdftron.PDF.PDFDocViewPrefsPageLayout = function();
pdftron.PDF.PDFDocViewPrefsPageLayout.createEnum('pdftron.PDF.PDFDocViewPrefsPageLayout', false);
Members
| Member name | Value | Description |
---|
| e_Default | 0 | |
| e_SinglePage | 1 | Display one page at a time |
| e_OneColumn | 2 | Display the pages in one-column
mode. |
| e_TwoColumnLeft | 3 | Display the pages in two-column continuous
mode with first page on left (i.e. all odd numbered pages
on the left). |
| e_TwoColumnRight | 4 | Display the pages in two-column
continuous mode with first page on right (i.e. all odd
numbered pages on the right). |
| e_TwoPageLeft | 5 | Display the pages two at a time, with
odd-numbered pages on the left. |
| e_TwoPageRight | 6 | Display the pages two at a time, with
odd-numbered pages on the right. |
See Also