Gets or sets the rotation angle to apply on this item. 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: 6.0.3500.0 (6.0.3515.430)

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);
}

Property Value

Type: Int32

Exceptions

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

See Also