PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies how pages of content are oriented on print media.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public enum PDFPageOrientation |
Visual Basic (Declaration) |
---|
Public Enumeration PDFPageOrientation |
Visual C++ |
---|
public enum class PDFPageOrientation |
Members
Member name | Description | |
---|---|---|
PagePortrait |
Standard orientation.
| |
PageLandscape |
Content of the imageable area is rotated on the page 90 degrees counterclockwise from standard (portrait) orientation.
|