|
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
)
Public Sub Rotate (
angle As Single
)
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.
See Also