PdfCanvas.RotateTransform Method

Applies the specified rotation to the transformation matrix of this PdfCanvas.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void RotateTransform(
	double angle
)
VB
Public Sub RotateTransform ( 
	angle As Double
)

Parameters

angle
Type: System.Double
The angle of rotation in degrees.

Remarks

Canvas gets rotated in a counter-clockwise direction.

See Also