BarcodeBuilder |
The barcode builder that is used to set parameters like:
validation: can be turned on or off to perform parameter validation,
text: required parameter that assign the text contents for the barcode,
size: the requested size of the barcode, if not specified, the smallest size is assumed,
errorCorrection: what degree of error correction to use depending on barcode,
charset: what character set or name to use where applicable,
shape: Specifies the matrix shape for Data Matrix,
margin: margin, in pixels, to use when generating the barcode, the meaning can vary by format,
compact: whether to use compact mode for PDF417 barcodes,
compaction: what compaction mode to use for PDF417 barcodes,
dimensions: minimum and maximum number of rows and columns for PDF417 barcodes,
layers: required number of layers for AZTEC barcodes,
version: exact version for encoded QR_CODE barcodes,
|