Gets or sets the wide bars' width compared to the narrow bars' width. In barcode terminology this is N value.

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

See Also