Click or drag to resize

PdfMatrixCreateTranslation Method

Creates a translation PdfMatrix with the specified offsets.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public static PdfMatrix CreateTranslation(
	double offsetX,
	double offsetY
)

Parameters

offsetX  Double
The amount to offset along the x-axis.
offsetY  Double
The amount to offset along the y-axis.

Return Value

PdfMatrix
A translation PdfMatrix with the specified offsets.
See Also