Click or drag to resize

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
Members
Member name Value Description
Portrait 0 Portrait orientation.
Landscape 1 Landscape orientation.
See Also