Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

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

Property Value

PdfPageRotateAngle

See Also