Click or drag to resize

PdfMatrixTranslate Method

Prepends a translation of the specified offsets to this PdfMatrix structure.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public void Translate(
	double offsetX,
	double offsetY
)

Parameters

offsetX  Double
The amount to offset this PdfMatrix along the x-axis.
offsetY  Double
The amount to offset this PdfMatrix along the y-axis.
See Also