Sets the rotation of the image in degrees.

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

Syntax

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

See Also