Gets or sets the narrow bars' width of the barcode. In barcode terminology this is X value. Default value is 0.0104
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 BarWidth { get; set; } |
Visual Basic |
---|
Public Property BarWidth As Double Get Set |
Visual C++ |
---|
public: property double BarWidth { double get (); void set (double value); } |