Gets or sets the number of degrees by which the page should be rotated clockwise when displayed or printed.

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 PdfPageRotateAngle Rotate { get; set; }
Public Property Rotate As PdfPageRotateAngle
	Get
	Set
public:
property PdfPageRotateAngle Rotate {
	PdfPageRotateAngle get ();
	void set (PdfPageRotateAngle value);
}
member Rotate : PdfPageRotateAngle with get, set

Property Value

PdfPageRotateAngle

See Also