Gets or sets whether to invert the label output 180 degrees (the label appears to be printed upside down).

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 bool Rotate180 { get; set; }
Visual Basic (Declaration)
Public Property Rotate180 As Boolean
Visual C++
public:
property bool Rotate180 {
	bool get ();
	void set (bool value);
}

See Also