Winnovative Word to PDF Converter

PageGraphicElementRotate Method

Winnovative Word to PDF Converter Documentation
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.

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public void Rotate(
	float rotateAngle
)

Parameters

rotateAngle
Type: SystemSingle
The angle of the rotation in degrees.
Remarks

For text rotation use the TextAngle property of the TextElement.
See Also

Reference