Optional
ecThe error correction level of the symbol (empty string if not applicable)
Optional
forceForce the Data Matrix to be square.
Optional
formatThe format of the barcode to write.
Supported values are:
"Aztec"
, "Codabar"
, "Code39"
, "Code93"
, "Code128"
,
"DataBar"
, "DataBarExpanded"
, "DataBarLimited"
, "DataMatrix"
, "DXFilmEdge"
,
"EAN-8"
, "EAN-13"
, "ITF"
, "MaxiCode"
, "MicroQRCode"
, "PDF417"
,
"QRCode"
, "rMQRCode"
, "UPC-A"
, "UPC-E"
Optional
readerSet if this is the reader initialisation / programming symbol.
Optional
rotateThe rotation of the barcode in degrees.
Valid values are 0
, 90
, 180
and 270
.
Optional
scaleThe scale of the barcode. 0
means unset.
Optional
sizeA size hint to determine the scale of the barcode. 0
means unset.
This only takes effect if scale
is unset.
Optional
withHRTInclude human readable text (HRT) in the barcode.
Optional
withAdd compliant quiet zones to the barcode.
EAN-13
, ITF
, UPC-A
and UPC-E
have compliant quiet zones added by default.
Writer options for writing barcodes.