Rotates the coordinate system axes clockwise by the specified angle before rendering the element. The coordinates of the element are relative to the rotated coordinates system.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public void Rotate(
	float rotateAngle
)
Visual Basic
Public Sub Rotate ( 
	rotateAngle As Single
)
Visual C++
public:
void Rotate(
	float rotateAngle
)

Parameters

rotateAngle
Type: System..::..Single
The angle of the rotation in degrees.

Remarks

For text rotation use the TextAngle property of the TextElement.

See Also