PdfPageSettings
Orientation Property
|
Gets or sets the page orientation.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfPageOrientation
See Also