Click or drag to resize

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
Members
  Member nameValueDescription
e_single_page1Display one page at a time.
e_single_continuous2Display the pages in one column.
e_facing3Display the pages two at a time, with odd-numbered pages on the left.
e_facing_continuous4Display the pages in two columns, with odd-numbered pages on the left.
e_facing_cover5Display the pages two at a time, with odd-numbered pages on the right.
e_facing_continuous_cover6Display the pages in two columns, with odd-numbered pages on the right.
See Also