Just imagine there are many barcodes on your image source and you may do not know the exact bar code type for each. Then, you may use the following three .NET APIs. And barcode reading work in VB.NET programming will be accomplished easily.
Public Shared FunctionScan(bitmap As Bitmap) As BarcodeResult() EndFunction Public Shared FunctionScan(stream As Stream) As BarcodeResult() EndFunction Public Shared FunctionScan(filename As String) As BarcodeResult() EndFunction