PDF .NET Library Documentation - PDF Technologies, Inc.
Specifies the page layout to be used when the document is opened.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public enum PageLayout
Visual Basic (Declaration)
Public Enumeration PageLayout
Visual C++
public enum class PageLayout

Members

Member nameDescription
SinglePage
Display one page at a time.
OneColumn
Display the pages in one column.
TwoColumnLeft
Display the pages in two columns, with odd numbered pages on the left.
TwoColumnRight
Display the pages in two columns, with odd numbered pages on the right.

See Also