|  | 
| PdfElementRotate Method  | 
 
            Rotes the coordinate system before rendering the pdf element.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic void Rotate(
	float angle
)
Public Sub Rotate ( 
	angle As Single
)
Parameters
- angle
- Type: SystemSingle
 The angle of rotation in degrees.
 Remarks
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
See Also