Click or drag to resize

PdfPageObjectScale(Single, Single, Boolean) Method

Scale the page object by the specified scaling factors around the center of the page object.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Scale(
	float sx,
	float sy,
	bool affectClippingPath = true
)

Parameters

sx  Single
The horizontal scaling factor.
sy  Single
The vertical scaling factor.
affectClippingPath  Boolean  (Optional)
A flag indicating that the transformation must also be applied to the clipping path.
See Also