|
Other BarcodeReader Types |
EBarcodeTypes enumerator
enum EBarcodeTypes
{
Code128 = 0x00000001, // Code 128
Code39 = 0x00000002, // Code 39
Interl25 = 0x00000004, // Interleaved 2 of 5
EAN13 = 0x00000008, // EAN-13
EAN8 = 0x00000010, // EAN-8
Codabar = 0x00000020, // Codabar
Code11 = 0x00000040, // Code 11
UPCA = 0x00000080, // UPC-A
UPCE = 0x00000100, // UPC-E
Industr25 = 0x00000200, // Industrial 2 of 5
LinearUnrecognized = 0x01000000, // undecoded linear
PDF417Unrecognized = 0x02000000, // undecoded PDF417
DataMatrixUnrecognized = 0x04000000, // undecoded DataMatrix
DataMatrix = 0x10000000, // DataMatrix
PDF417 = 0x20000000, // PDF417
};
|
EInverseTypes enumerator
enum EInverseTypes
{
itDarkOnLight = 0,
itLightOnDark = 1,
itDarkAndLight = 2,
};
|
|
|
 |
 |
 |
 |
Barcode Recognition SDK
version 4.2
Latest release: Nov 13 2008
Supports
Linear:
Interleaved 2/5, Industrial 2/5, Code 39, Code 39 Extended, Codabar, Code 11, Code 128, Code 128 Extended,
EAN/UCC 128, UPC-E, UPC-A, EAN-8, EAN-13
2D:
PDF417
Download
|
 |
 |
 |
 |
|
|