Gets/Sets the rotation of DocPicture.Specifies the rotation of the graphic frame.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float Rotation { get; set; }
Public Property Rotation As Single
	Get
	Set
public:
property float Rotation {
	float get ();
	void set (float value);
}
member Rotation : float32 with get, set

Property Value

Single

See Also