Open LawYewThien313 opened 2 years ago
Having the same problem here.
set 1 for height and width and give 1-5 for size
set 1 for height and width and give 1-5 for size
I did it and problem remain the same,,,,
Same problem here. Any workarounds?
size
thanks,it works
Hi,
I have these codes to print QR code in a label sticker, but no matter what figure I change, the QR code size still the same size.
LineText( type: LineText.TYPE_QRCODE, x: axisXPadding + 550, y: axisYPadding + startPosition + 100, size: 120, width: 120, height: 120, content: '1234567890', ),
await _bluetoothPrint.printLabel(configurationMap, lineDataList);