Table of Contents

Method RotateTransform

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

RotateTransform(double)

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

public void RotateTransform(double angle)

Parameters

angle double

The angle of rotation in degrees.

Remarks

Canvas gets rotated in a counter-clockwise direction.