Show / Hide Table of Contents

Enum PDFDocViewPrefs.PageLayout

PageLayout specifies the page layout to be used when the document is opened

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum PageLayout

Fields

Name Description
e_Default

PageLayout is not explicitly specified, use user defined preferred layout.

e_OneColumn

Display the pages in one-column mode.

e_SinglePage

Display one page at a time

e_TwoColumnLeft

Display the pages in two-column continuous mode with first page on left (i.e. all odd numbered pages on the left).

e_TwoColumnRight

Display the pages in two-column continuous mode with first page on right (i.e. all odd numbered pages on the right).

e_TwoPageLeft

Display the pages two at a time, with odd-numbered pages on the left.

e_TwoPageRight

Display the pages two at a time, with odd-numbered pages on the right.

Back to top Generated by DocFX