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

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

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