Click or drag to resize

PdfPageObjectMove Method

Move the page object to the specified point.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Move(
	float x,
	float y,
	bool affectClippingPath = true
)

Parameters

x  Single
Specifies the x-coordinate of the new position, in user space units.
y  Single
Specifies the y-coordinate of the new position, in user space units.
affectClippingPath  Boolean  (Optional)
A flag indicating that the transformation must also be applied to the clipping path.
See Also