PageGraphicElementRotate Method

Rotates the coordinate system axes clockwise by the specified angle before rendering the element. The coordinates of the element are relative to the rotated coordinates system.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void Rotate(
	float rotateAngle
)

Parameters

rotateAngle  Single
The angle of the rotation in degrees.

Remarks

For text rotation use the TextAngle property of the TextElement.

See Also