I try this on atached file, no code is found.
Dim br As BarCodeReader
br = New BarCodeReader("C:\tmp\IMG1.jpg", BarCodeReadType.Pdf417)
While (br.Read())
MsgBox("BarCode Found:" & br.GetCodeText())
End While
br.Close()
ClearImage reads this barcode...