Enumerator that implements page orientations.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfPageOrientation
Public Enumeration PdfPageOrientation
public enum class PdfPageOrientation
type PdfPageOrientation
Members
| Member | Value | Description |
|---|---|---|
| Portrait | 0 |
Portrait orientation.
|
| Landscape | 1 |
Landscape orientation.
|