示例#1
0
 public LabelBarcodeGenerator BarWidth(int width)
 {
     _width = new BarWidth(width);
     return this;
 }
 public LabelBarcodeGenerator BarWidth(int width)
 {
     _width = new BarWidth(width);
     return(this);
 }