pq scan
Professional Barcode Image Scanning
pqScan has been dedicated to barcode image recognition and reading since 2009. .NET Barcode Scanner SDK is a mature and professional .NET component that allows developers to built application with high quality barcode reading functionality.
This .NET barcode reader library supports detecting and decoding of Code 128 linear bar code from images in string, stream and bitmap forms. And image file formats like bmp, jpg, jpeg, png, tiff, tif, and gif are supported. To achieve Code 128 barcode reading from PDF file, you should also use our .NET PDF to Image Converter SDK. And no matter where are the barcodes' location in the picture, our barcode scanner software can decode them out.
String Code 128 Barcode Image
Read Code 128 barcode image that is saved as local image file.
public static BarcodeResult[] Scan(string filename, BarCodeType Code128);
Stream Code 128 Barcode Image
Decode Code 128 barcode image in ROM.
public static BarcodeResult[] Scan(Stream stream, BarCodeType Code128);
Bitmap Code 128 Barcode Image
Scan Bitmap Code 128 barcode image in .NET.
public static BarcodeResult[] Scan(Bitmap bitmap, BarCodeType Code128);
You can go to How to Decode Barcode in C# and How to Decode Barcode in VB.NET for more help (free sample codes are provided).