Sets the rotation of the image in radians.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public float Rotation { set; } |
Visual Basic |
---|
Public WriteOnly Property Rotation As Single
Set |
Visual C++ |
---|
public:
property float Rotation {
void set (float value);
} |
See Also