PdfDrawableObjectSetRotationAngle Method

Sets the clockwise rotation angle of the coordinates system before drawing this object in PDF

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void SetRotationAngle(
	float angle
)

Parameters

angle  Single
The rotation angle

See Also