setHeight method

BarcodeStyle setHeight(
  1. int height
)

自定义高度

Implementation

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