UPC-A
UPC-A encodes a 12-digit Universal Product Code. The check digit (last digit) is calculated automatically if omitted.
Mandatory properties
The following properties are available in addition to the common label object properties and common barcode properties.
| Property | Type | Description |
|---|---|---|
| type | string | Must be UPC-A. |
| text | string | 11 or 12 digits. May contain dynamic text. |
| barHeight | number | Bar height. |
Example
{
"type": "UPC-A",
"x": 10.0,
"y": 10.0,
"text": "012345678905",
"barHeight": 20.0,
"barWidth": 0.33
}