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: 6.0.3500.0 (6.0.3515.430)
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);
} |
Property Value
Type:
PrintOrientationSee Also