Class BarcodeSize
Represents barcode size settings written to laser.
public class BarcodeSize : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseBarcodeSize
 
- Implements
 - 
      INotifyPropertyChangedEx
 
- Inherited Members
 - 
    PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
 
Properties
BarRatio
Gets or sets the bar ratio.
public double BarRatio { get; set; }
  Property Value
- double
 The default value is 2.5.
Remarks
The bar ratio cannot be set in the case of JAN/EAN/UPC/CODE93/CODE128.
Height
Gets or sets the code height in millimeters.
public double Height { get; set; }
  Property Value
- double
 The default value is 5mm.
NarrowBarLineWidth
Gets or sets the line width of the narrow bar in millimeters.
public double NarrowBarLineWidth { get; set; }
  Property Value
- double
 The default value is 0.2mm.
QuietZone
Gets or sets the quiet zone.
public int QuietZone { get; set; }
  Property Value
- int
 The default value is 10.