[This is preliminary documentation and is subject to change.]

The page layout of the document in the PDF viewer.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

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