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

Namespace:  Neodynamic.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

Syntax

C#
public double BarRatio { get; set; }
Visual Basic (Declaration)
Public Property BarRatio As Double
Visual C++
public:
property double BarRatio {
	double get ();
	void set (double value);
}

See Also