PdfPageOrientation Enumeration
|
Enumerator that implements page orientations.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfPageOrientation
Public Enumeration PdfPageOrientation
public enum class PdfPageOrientation
Members
|
Member name
|
Value
|
Description
|
|
Portrait
|
0
|
Portrait orientation.
|
|
Landscape
|
1
|
Landscape orientation.
|
See Also