Gets or sets the page orientation used to print the thermal label. Default value is Portrait
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
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); } |