The page layout of the document in the PDF viewer.

Namespace: TallComponents.PDF.Layout.Navigation
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public enum PageLayout
Visual Basic
Public Enumeration PageLayout

Members

Member nameValueDescription
SinglePage0 Display one page at a time.
OneColumn1 Display pages in one column.
TwoColumnLeft2 Display pages in 2 columns; odd page left.
TwoColumnRight3 Display pages in 2 column; odd page right.

See Also