Click or drag to resize
Pdf Library for .NET

PdfElementRotate Method

Rotes the coordinate system before rendering the pdf element.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public void Rotate(
	float angle
)

Parameters

angle
Type: SystemSingle
The angle of rotation in degrees.
Remarks
The coordinate system axes are rotated clockwise by the specified angle before rendering the element. The coordinates of the pdf element are relative to the rotated coordinates system.
Note Note
For text rotations, the Direction property of the PdfTextElement object should be used.
See Also