ExpertPdf Html to Pdf Converter Library
Rotate Method (rotateAngle)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPageGraphicElementRotate(Single)
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public void Rotate(
	float rotateAngle
)
Public Sub Rotate ( 
	rotateAngle As Single
)
public:
void Rotate(
	float rotateAngle
)
Parameters
rotateAngle (Single)
The angle of the rotation in degrees.
Remarks
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)