TIEVisionBarCodeSymbol.getSymbolType
Declaration
function getSymbolType(): TIEVisionWString; safecall;
Description
Returns the barcode type. It can be one of the following strings:
| Barcode type string |
| "EAN-8" |
| "UPC-E" |
| "ISBN-10" |
| "UPC-A" |
| "EAN-13" |
| "ISBN-13" |
| "I2/5" |
| "CODE-39" |
| "CODE-128" |
| "PDF417" (still not supported) |
| "QR-Code" |