PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies the page layout to be used when the document is opened.
Namespace:
PDFTechAssembly: 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 name | Description | |
|---|---|---|
| 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.
|