GraphInfoRotationAngle Property |
Gets or sets a float value that indicates the rotation angle of the coordinate system
when transforming a coordinate system.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic double RotationAngle { get; set; }
Public Property RotationAngle As Double
Get
Set
public:
property double RotationAngle {
double get ();
void set (double value);
}
member RotationAngle : float with get, set
Property Value
Type:
Double
See Also