Hi there
I'm using the following code to read the barcode from the image.
string[] datas = BarcodeScanner.Scan("image1.png");
Are there a way how to specify the location from where the image gets scanned? If I use the following:
string[] datas = BarcodeScanner.Scan(@"C:\image1.png"); then I receive an exception, Wrong filename passed.
Thanks for the assistance.
Kind Regards
Jaco