Gets or sets the page orientation.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfPageOrientation Orientation { get; set; }
Public Property Orientation As PdfPageOrientation
	Get
	Set
public:
property PdfPageOrientation Orientation {
	PdfPageOrientation get ();
	void set (PdfPageOrientation value);
}
member Orientation : PdfPageOrientation with get, set

Property Value

PdfPageOrientation

See Also