BarcodeTypeEnum
BarcodeTypeEnum
BarcodeTypeEnum enumeration constants are used to denote barcode types that can be recognized by ABBYY FineReader Server.
Note. These barcode IDs are used only in scripts at the workflow stages and is not suitable to be used in COM / WEB API. To learn about usage of barcodes in COM / WEB API, consult with the OpenAPI guide.
Name | Description |
BT_Unknown | Denotes unknown barcode type. The enumerator value is 0. |
BT_Code39 | Barcode of Code 39 type. The enumerator value is 1. |
BT_CheckCode39 | Barcode of Code 39 with a check sum type. The enumerator value is 2. |
BT_Code39WithoutAsterisk | Barcode of Code 39 without asterisk type. The enumerator value is 3. |
BT_Interleaved25 | Barcode of Interleaved 2 of 5 type. The enumerator value is 4. |
BT_CheckInterleaved25 | Barcode of Interleaved 2 of 5 with a check sum type. The enumerator value is 5. |
BT_EAN13 | Barcode of EAN 13 type. The enumerator value is 6. |
BT_Code128 | Barcode of Code 128 type. The enumerator value is 7. |
BT_EAN8 | Barcode of EAN 8 type. The enumerator value is 8. |
BT_PDF417 | Barcode of PDF417 type. The enumerator value is 9. |
BT_Codabar | Barcode of Codabar type. The enumerator value is 10. |
BT_UPCE | Barcode of UPC-E type. The enumerator value is 11. |
BT_Industrial25 | Barcode of Industrial 2 of 5 type. The enumerator value is 12. |
BT_IATA25 | Barcode of IATA 2 of 5 type. The enumerator value is 13. |
BT_Matrix25 | Barcode of Matrix 2 of 5 type. The enumerator value is 14. |
BT_Code93 | Barcode of Code 93 type. The enumerator value is 15. |
BT_PostNet | Barcode of PostNet type. The enumerator value is 16. |
BT_UCC128 | Barcode of UCC-128 type. The enumerator value is 17. |
BT_Patch | Barcode of Patch type. The enumerator value is 18. |
BT_Upca | Barcode of UPC-A type. The enumerator value is 19. |
BT_Aztec | Barcode of Aztec type. The enumerator value is 20. |
BT_Datamatrix | Barcode of Data Matrix type. The enumerator value is 21. |
BT_Qrcode | Barcode of QR Code type. The enumerator value is 22. |
BT_Intelligent | Barcode of Intelligent Mail Barcode type. The enumerator value is 23. |
BT_Royal | Barcode of Royal Mail 4-State type. The enumerator value is 24. |
BT_Kix | Barcode of KIX type. The enumerator value is 25. |
BT_Code32 | Barcode of Code32 type. The enumerator value is 26. |
BT_MaxiCode | Barcode of MaxiCode type. The enumerator value is 27. |
BT_FullASCII | Barcode of Code 39: Full ASCII Mode type. The enumerator value is 28. |
BT_AustraliaPost | Barcode of AustraliaPost type. The enumerator value is 29. |
BT_JapanPost | Barcode of Japan 4-State type. The enumerator value is 30. |
See also
26.03.2024 13:49:49