BarcodeType
The type of a barcode.
Elements
| Name | Value | Description |
|---|---|---|
| IMAQ_INVALID | 0xFFFFFFFF | Reserved |
| IMAQ_CODABAR | 1 | The barcode is of type Codabar. |
| IMAQ_CODE39 | 2 | The barcode is of type Code 39. |
| IMAQ_CODE93 | 4 | The barcode is of type Code 93. |
| IMAQ_CODE128 | 8 | The barcode is of type Code 128. |
| IMAQ_EAN8 | 16 | The barcode is of type EAN 8. |
| IMAQ_EAN13 | 32 | The barcode is of type EAN 13. |
| IMAQ_I2_OF_5 | 64 | The barcode is of type Code 25. |
| IMAQ_MSI | 128 | The barcode is of type MSI code. |
| IMAQ_UPCA | 256 | The barcode is of type UPC A. |
| IMAQ_PHARMACODE | 512 | The barcode is of type Pharmacode. |
| IMAQ_RSS_LIMITED | 1024 | The barcode is of type RSS Limited. |
| IMAQ_BARCODE_TYPE_SIZE_GUARD | 0xFFFFFFFF | Reserved |