Elements
| Name | Description |
|---|---|
| ABM\_1D | 1D Barcodes module. |
| ABM\_Autolocation | Barcode Autolocation module. |
| ABM\_Aztec | Aztec module. |
| ABM\_DataMatrix | DataMatrix module. |
| ABM\_MaxiCode | MaxiCode module. |
| ABM\_PDF417 | PDF417 module. |
| ABM\_QRCode | QR Code module. |
module AvailableBarcodeModulesFlags
{
const int ABM_1D = 0x00000001;
const int ABM_PDF417 = 0x00000002;
const int ABM_Aztec = 0x00000004;
const int ABM_QRCode = 0x00000008;
const int ABM_MaxiCode = 0x00000010;
const int ABM_DataMatrix = 0x00000020;
const int ABM_Autolocation = 0x00000040;
};
| Name | Description |
|---|---|
| ABM\_1D | 1D Barcodes module. |
| ABM\_Autolocation | Barcode Autolocation module. |
| ABM\_Aztec | Aztec module. |
| ABM\_DataMatrix | DataMatrix module. |
| ABM\_MaxiCode | MaxiCode module. |
| ABM\_PDF417 | PDF417 module. |
| ABM\_QRCode | QR Code module. |
Was this page helpful?