This enumeration represents the possible orientations of the PDF pages of a PDF document
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public enum PdfPageOrientation |
| Visual Basic |
|---|
Public Enumeration PdfPageOrientation |
| Visual C++ |
|---|
public enum class PdfPageOrientation |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Portrait | 0 | Portrait | |
| Landscape | 1 | Landscape |