PDFViewCtrlPagePresentationMode Enumeration |
PDFViewCtrlPagePresentationMode lists common modes of presenting PDF pages.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum PDFViewCtrlPagePresentationMode
Public Enumeration PDFViewCtrlPagePresentationMode
public enum class PDFViewCtrlPagePresentationMode
pdftron.PDF.PDFViewCtrlPagePresentationMode = function();
pdftron.PDF.PDFViewCtrlPagePresentationMode.createEnum('pdftron.PDF.PDFViewCtrlPagePresentationMode', false);
Members
| Member name | Value | Description |
---|
| e_single_page | 1 | Display one page at a time. |
| e_single_continuous | 2 | Display the pages in one column. |
| e_facing | 3 | Display the pages two at a time, with odd-numbered pages on the left. |
| e_facing_continuous | 4 | Display the pages in two columns, with odd-numbered pages on the left. |
| e_facing_cover | 5 | Display the pages two at a time, with odd-numbered pages on the right. |
| e_facing_continuous_cover | 6 | Display the pages in two columns, with odd-numbered pages on the right. |
See Also