PageGraphicElementRotate Method |
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: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic void Rotate(
float rotateAngle
)
Public Sub Rotate (
rotateAngle As Single
)
Parameters
- rotateAngle
- Type: SystemSingle
The angle of the rotation in degrees.
RemarksFor text rotation use the TextAngle property of the TextElement.
See Also