Gets or sets the narrow bars' width of the barcode. In barcode terminology this is X value. Default value is 0.0104

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 double BarWidth { get; set; }
Visual Basic
Public Property BarWidth As Double
	Get
	Set
Visual C++
public:
property double BarWidth {
	double get ();
	void set (double value);
}

See Also