setRotate method

BarcodeStyle setRotate(
  1. Rotate rotate
)

指定条码旋转方向

Implementation

BarcodeStyle setRotate(Rotate rotate) {
  barcodeFormat.rotate = rotate.index;
  return this;
}