Gets or sets the rotation angle to apply on the source image. It is measured clockwise from the x-axis. Default value is 0 (zero)

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

Syntax

C#
public int RotationAngle { get; set; }
Visual Basic
Public Property RotationAngle As Integer
	Get
	Set
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