THPDFPage.RotateCoordinate Method

Provides rotate coordinate behaviour for the page geometry workflow. Use it when the surrounding API family needs explicit control over PDF objects, page content, resources, conformance, or diagnostics

Declaration

procedure RotateCoordinate(X, Y, angle: Extended; var XR, YR: Extended);

Unit

HPDFDoc

Parameters

NamePurpose
XPage coordinate or size value expressed in the current HotPDF coordinate space
YPage coordinate or size value expressed in the current HotPDF coordinate space
angleInput used by RotateCoordinate
XRInput used by RotateCoordinate
YRInput used by RotateCoordinate

Return value

This member does not return a value

Usage notes

Related APIs