Enum PrintOrientation
Specifies the page orientation used to print the thermal label.
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public enum PrintOrientation
Fields
Landscape270
Prints the thermal label in landscape orientation rotated 270 degrees clockwise.
Declaration
Landscape270 = 3
Field Value
Type | Description |
---|---|
PrintOrientation |
Landscape90
Prints the thermal label in landscape orientation rotated 90 degrees clockwise.
Declaration
Landscape90 = 1
Field Value
Type | Description |
---|---|
PrintOrientation |
Portrait
Prints the thermal label in portrait orientation.
Declaration
Portrait = 0
Field Value
Type | Description |
---|---|
PrintOrientation |
Portrait180
Prints the thermal label in portrait orientation rotated 180 degrees.
Declaration
Portrait180 = 2
Field Value
Type | Description |
---|---|
PrintOrientation |