Gets or sets the narrow bars' width of the barcode. In barcode terminology this is X value. The unit of measure must be specified to BarcodeUnit property.

Namespace: Neodynamic.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)

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