setBarcodeHeight static method

List<int> setBarcodeHeight(
  1. int height
)

Set barcode height

Implementation

static List<int> setBarcodeHeight(int height) {
  return [0x1D, 0x68, height]; // GS h n
}