Hi All,
In an application we are trying to scan a barcode with Zxing.net library but this library does not provide to scan a barcode continuos.
Can any one tell me the barcode scanning method in c# code or any API description to which we have to use for barcode scanning.
thanks in advance...
Harish Chandra

Ander CookPosted Jun 18, 2015, 10:16 AM
http://www.codeproject.com/Articles/584164/Multi-Platform-Barcode-with-LEADTOOLS
So it seems that leadtools has barcode scanning feature for different platforms (including Windows Phone).
About "scan a barcode continuos" do you mean you want to read the barcode from live video preview? If yes, I think no barcode software will work with live video directly, but the solution should be easy. Simply take snapshots (still frames) from the video stream and do the barcode reading on these stills.
Nanhe SiddiquePosted May 20, 2015, 3:05 AM
Suresh MPosted May 20, 2015, 2:12 AM