Gets or sets the page orientation used to print the thermal label. Default value is Portrait

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

Syntax

C#
public PrintOrientation PrintOrientation { get; set; }
Visual Basic
Public Property PrintOrientation As PrintOrientation
	Get
	Set
Visual C++
public:
property PrintOrientation PrintOrientation {
	PrintOrientation get ();
	void set (PrintOrientation value);
}

See Also