can someone please guide me how we can read barcode using Zen.barcode. I have created a barcode using this library. but I didn't know how to read and decode it. here is the code that creates the barcode:
Zen.Barcode.Code128BarcodeDraw barcode = Zen.Barcode.BarcodeDrawFactory.Code128WithChecksum;
pictureBox2.Image = barcode.Draw(temp, 50);
Mohamed AbedallahPosted Mar 13, 2019, 11:47 AM
You can find more details in the following link:
https://www.leadtools.com/help/leadtools/v20/dh/ba/barcodereader.html
Also, you can use the cloud services for reading barcodes, see this link:
https://services.leadtools.com/documentation/tutorials
Alex SmithPosted Mar 11, 2019, 8:52 PM