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

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

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