Click or drag to resize

PdfMatrixRotate Method

Prepends a rotation of the specified angle (counter clockwise) at the specified point to this PdfMatrix structure.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public void Rotate(
	double angle,
	double centerX = 0,
	double centerY = 0
)

Parameters

angle  Double
The rotation angle, in degrees, of counter clockwise rotation.
centerX  Double  (Optional)
The x-coordinate of the rotation center.
centerY  Double  (Optional)
The y-coordinate of the rotation center.
See Also