setDotWidth method

BarcodeStyle setDotWidth(
  1. int width
)

条形码码块宽度

Implementation

BarcodeStyle setDotWidth(int width) {
  barcodeFormat.dotWidth = width;
  return this;
}