Gets or sets the number of horizontal bars to be drawn. Default value is 10

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)

Syntax

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

See Also