Gets or sets the rotation angle to apply on the source image. It is measured counterclockwise from the x-axis.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public int RotationAngle { get; set; }
Visual Basic (Declaration)
Public Property RotationAngle As Integer
Visual C++
public:
property int RotationAngle {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException The specified value is not range from 0 to 360.

See Also