Click or drag to resize

PdfPageObjectRotate(Single, Boolean) Method

Rotate counterclockwise the specified number of radians 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 Rotate(
	float rad,
	bool affectClippingPath = true
)

Parameters

rad  Single
Radians by which to rotate the page object.
affectClippingPath  Boolean  (Optional)
A flag indicating that the transformation must also be applied to the clipping path.
See Also