Specifies the page orientation used to print the thermal label.

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 enum PrintOrientation
Visual Basic
Public Enumeration PrintOrientation
Visual C++
public enum class PrintOrientation

Members

Member nameValueDescription
Portrait0 Prints the thermal label in portrait orientation.
Portrait1802 Prints the thermal label in portrait orientation rotated 180 degrees.
Landscape901 Prints the thermal label in landscape orientation rotated 90 degrees clockwise.
Landscape2703 Prints the thermal label in landscape orientation rotated 270 degrees clockwise.

See Also