Option value which determines the barcode type.
Member | Value | Description |
---|---|---|
BC_TypeAdd2 | 131072 | Indicates an Add 2 barcode type. |
BC_TypeAdd5 | 65536 | Indicates an Add 5 barcode type. |
BC_TypeAustralianPost4State | 268435456 | Australian Post 4 State barcode. |
BC_TypeAztec | 536870912 | 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 | |
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 | 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_TypePatchCode | 524288 | Indicates a Patch Code. |
BC_TypePDF417 | 2097152 | Indicates a PDF417 barcode type. |
BC_TypePostNet | 1048576 | Indicates a PostNet barcode type. |
BC_TypeQRCode | 33554432 | QR Code barcode. |
BC_TypeRoyalPost4State | 134217728 | 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. |
The default value is BC_TypeUnknown.