Click or drag to resize

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
Members
  Member nameValueDescription
e_Default0
e_SinglePage1Display one page at a time
e_OneColumn2Display the pages in one-column mode.
e_TwoColumnLeft3Display the pages in two-column continuous mode with first page on left (i.e. all odd numbered pages on the left).
e_TwoColumnRight4Display the pages in two-column continuous mode with first page on right (i.e. all odd numbered pages on the right).
e_TwoPageLeft5Display the pages two at a time, with odd-numbered pages on the left.
e_TwoPageRight6Display the pages two at a time, with odd-numbered pages on the right.
See Also