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.

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

- rotateAngle (Single)
- The angle of the rotation in degrees.

For text rotation use the TextAngle property of the TextElement.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)