EAN-13
EAN-13 encodes a 13-digit European Article Number. 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 EAN-13. |
| text | string | 12 or 13 digits. May contain dynamic text. |
| barHeight | number | Bar height. |
Example
{
"type": "EAN-13",
"x": 10.0,
"y": 10.0,
"text": "5901234123457",
"barHeight": 20.0,
"barWidth": 0.33
}