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.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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); } |