Hi,
I'm checking multiple images to see if they have a barcode on them
however i get a System.IndexOutOfRangeException while trying to scan the attached file - which does not have a barcode on it
this is the code i'm using
Dim reader As BarCodeReader
reader =
New BarCodeReader("C:\temp\bad\page5.jpg", BarCodeReadType.Code128)
Do While reader.Read()
Loop
I noticed some previous posts on this issue but that was a while ago.
Thanks
Craig