Options for barcode fields on the label.
This interface defines the configuration options for adding a barcode to a label:
at
type
data
height
module
ratio
rotate
QR Code specific options (only used when type is QRCode):
qrErrorCorrection
qrMask
qrModel
Optional
QR Code error correction level (only for QRCode type)
QR Code mask pattern 0-7 (only for QRCode type)
QR Code model 1 or 2 (only for QRCode type)
Options for barcode fields on the label.
Remarks
This interface defines the configuration options for adding a barcode to a label:
at: Specifies the x and y coordinates for the barcode position.type: The type of barcode to print.data: The data string to encode in the barcode.height: Optional height of the barcode.module: Optional module width for the barcode.ratio: Optional module width ratio for the ^BY command.rotate: Optional orientation of the barcode (N, R, I, B).QR Code specific options (only used when type is QRCode):
qrErrorCorrection: Error correction level for QR codes.qrMask: Mask pattern for QR codes (0-7).qrModel: QR model (1 or 2).