Click or drag to resize
Pdf Library for .NET

PdfElementTranslate Method

Translates the coordinate system before rendering the pdf element.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public void Translate(
	float tx,
	float ty
)

Parameters

tx  Single
The distance to translate the origin of the coordinate system on the x-axis direction.
ty  Single
The distance to translate the origin of the coordinate system on the y-axis direction.
Remarks
The coordinates of the pdf element are relative to the translated coordinate system.
See Also