Specifies the page orientation used to print the thermal label.
Namespace: Neodynamic.SDK.PrintingAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Portrait | 0 | Prints the thermal label in portrait orientation. | |
| Portrait180 | 2 | Prints the thermal label in portrait orientation rotated 180 degrees. | |
| Landscape90 | 1 | Prints the thermal label in landscape orientation rotated 90 degrees clockwise. | |
| Landscape270 | 3 | Prints the thermal label in landscape orientation rotated 270 degrees clockwise. |