setBarHeight method

BarcodeStyle setBarHeight(
  1. int height
)

条形码码高度

Implementation

BarcodeStyle setBarHeight(int height) {
  barcodeFormat.barHeight = height;
  return this;
}