PdfPageSettings
Rotate Property
|
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: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfPageRotateAngle
See Also