Burhan Barhoush

Burhan Barhoush

  • NA
  • 30
  • 4.4k

decode barcode using Zen.barcode library

Mar 11 2019 2:18 AM
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);

Answers (2)