BC_BarcodeType Enumeration
In This Topic
Description
Option value which determines the barcode type.
This enumeration has been deprecated. Use the
SetBarcodeReaderType,
GetBarcodeReaderTypesCount and
GetBarcodeReaderType methods to set barcode type for recognition.
Members
Member | Value | Description |
BC_TypeAdd2 | 131072 | Indicates an Add 2 barcode type. |
BC_TypeAdd5 | 65536 | Indicates an Add 5 barcode type. |
BC_TypeAustralianPost4State | 268435456 | Indicates an Australian Post 4 State barcode. |
BC_TypeAztec | 536870912 | Indicates an Aztec barcode. |
BC_TypeBCDMatrix | 32 | Indicates a BCD Matrix barcode type. |
BC_TypeCodabar | 512 | Indicates a Codabar barcode type. |
BC_TypeCode128 | 2048 | Indicates a Code 128 barcode type. |
BC_TypeCode32 | 128 | Indicates a Code 32 barcode type. |
BC_TypeCode39 | 256 | Indicates a Code 39 barcode type. |
BC_TypeCode39Extended | 8388608 | Indicates a Code 39 Extended barcode type. |
BC_TypeCode93 | 1024 | Indicates a Code 93 barcode type. |
BC_TypeCode93Extended | 16777216 | Indicates a Code 93 Extended barcode type. |
BC_TypeDataLogic2of5 | 8 | Indicates a DataLogic 2 of 5 barcode type. |
BC_TypeDataMatrix | 4194304 | Indicates a DataMatrix barcode type. |
BC_TypeEAN128 | 262144 | Indicates an EAN-128 barcode type. |
BC_TypeEAN13 | 4096 | Indicates an EAN-13 barcode. This also supports a JAN barcode which is an EAN-13 with country code 49. |
BC_TypeEAN8 | 8192 | Indicates an EAN-8 barcode type. |
BC_TypeGS1DataBar | 1073741824 | Indicates a GS1 DataBar barcode type. |
BC_TypeIATA2of5 | 4 | Indicates an IATA 2 of 5 barcode type. |
BC_TypeIndustry2of5 | 1 | Indicates an Industry 2 of 5 barcode type. |
BC_TypeIntelligentMail | 67108864 | Indicates an United States Postal IntelligentMail 4 State barcode. |
BC_TypeInterleaved2of5 | 2 | Indicates an Interleaved 2 of 5 barcode type. |
BC_TypeInvertiert2of5 | 16 | Indicates an Inverted 2 of 5 barcode type. |
BC_TypeMatrix2of5 | 64 | Indicates a Matrix 2 of 5 barcode type. |
BC_TypeMicroPDF417 | 0 | |
BC_TypeMicroQRCode | 0 | |
BC_TypePatchCode | 524288 | Indicates a Patch Code. |
BC_TypePDF417 | 2097152 | Indicates a PDF417 barcode type. |
BC_TypePlanet | 0 | |
BC_TypePostNet | 1048576 | Indicates a PostNet barcode type. |
BC_TypeQRCode | 33554432 | Indicates a QR Code barcode. |
BC_TypeRoyalPost4State | 134217728 | Indicates a Royal Post 4 State barcode. |
BC_TypeUnknown | 0 | Indicates an unknown barcode. |
BC_TypeUPCA | 16384 | Indicates a UPC-A barcode type. |
BC_TypeUPCE | 32768 | Indicates a UPC-E barcode type. |
BC_TypeUPU4State | -2147483648 | Indicates a UPU S18 4-State barcode type. |