PdfPage.Rotation Property

Definition

Gets the number of degrees that the Portable Document Format (PDF) page will be rotated when it's displayed or printed.

public:
 property PdfPageRotation Rotation { PdfPageRotation get(); };
PdfPageRotation Rotation();
public PdfPageRotation Rotation { get; }
var pdfPageRotation = pdfPage.rotation;
Public ReadOnly Property Rotation As PdfPageRotation

Property Value

The number of degrees to rotate the Portable Document Format (PDF) page, expressed as one of the enumeration values.

Remarks

Degrees are expressed relative to a clockwise rotation. Degrees are expressed in multiples of 90.

Applies to