Sets the rotation of the image in radians.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public float Rotation { set; }
Visual Basic
Public WriteOnly Property Rotation As Single
	Set
Visual C++
public:
property float Rotation {
	void set (float value);
}

Collapse imageSee Also