Click or drag to resize

PdfPageObjectTranslate Method

Move the page object by the specified distance.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Translate(
	float dx,
	float dy,
	bool affectClippingPath = true
)

Parameters

dx  Single
Specifies the x-axis distance, in user space units, that the page object should be moved.
dy  Single
Specifies the y-axis distance, in user space units, that the page object should be moved.
affectClippingPath  Boolean  (Optional)
A flag indicating that the transformation must also be applied to the clipping path.
See Also