Gets or sets the line shape orientation. Default value is Horizontal

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public LineOrientation Orientation { get; set; }
Visual Basic
Public Property Orientation As LineOrientation
	Get
	Set
Visual C++
public:
property LineOrientation Orientation {
	LineOrientation get ();
	void set (LineOrientation value);
}

See Also