To read damaged barcodes
Barcode images can be damaged by unreliable design, improper printing, severe handling or poor scanning practices. ClearImage BarcodeReader object is capable of reading barcodes suffering from a wide range of impairments.
However, some images exhibit extreme damage that prevents the BarcodeReader from recovering the barcode value. Such images will often benefit from the application of image repair capabilities of ImageEditor object. Inlite can recommend appropriate set of repair operation to archive maximum readability of your barcodes.
Repair image before reading barcodes | Copy Code |
---|---|
// Configure barcode reader. Set direction and expected types BarcodeReader reader = new BarcodeReader(); |