Numeric identifiers for the bar code types
When retrieving the bar code structure, instead of the names of bar code types, their numeric identifier values are displayed.
See the following sample document bar code structure:
{
"DocBarcodes": [
{
"PageId": "eaaeae22-f8fa-435f-8a03-ae7c006c1108",
"PageIndex": 4,
"Barcodes": [
{
"BarcodeType": 2,
"BarcodeValue": "A1111111111111111111111111B"
}
]
},
{
"PageId": "08ed64dd-3d5a-424d-afe8-ae7c006c2b31",
"PageIndex": 5,
"Barcodes": [
{
"BarcodeType": 3,
"BarcodeValue": "PATCH1"
}
]
}
The following table lists the bar code types and their corresponding numeric identifiers.
Bar code type |
Numeric identifier |
---|---|
Aztec |
1 |
Codabar |
2 |
Code 39 |
3 |
Code 39 (Full ASCII) |
4 |
Code 93 |
5 |
Code 128 |
6 |
Interleaved 2 of 5 |
7 |
Data Matrix |
8 |
EAN-8 |
9 |
EAN-13 |
10 |
PDF 417 |
11 |
POSTNET |
12 |
QR |
14 |
UPC-A |
15 |
UPC-E |
16 |
Micro PDF 417 |
17 |
Micro QR Code |
18 |