.NET UPC-A Reader & Scanner Component


.NET UPC-A Reader & Scanner Component is used to decode & recognize UPC-A barcode from image files in ASP.NET web site, Windows Forms project, C#.NET class project, VB.NET class application and Console applications.
Overview - .NET UPC-A Barcode Reader & Scanner Library
- Written in managed C# code, this .NET UPC-A barcode generator has high compatibility with .NET developing tools
- Developed in .NET framework 2.0, this UPC-A barcode scanner SDK can read UPC-A barcodes in .NET 2.0 and greater
- Using this .NET barcode reading control, it is extremely easy to scan & decode multiple UPC-A barcodes in a short time
- This .NET barcode scanner library supports reading & decoding UPC-A barcode images from PNG, TIFF, JPEG and GIF image files
- The .NET barcode reader dll can scan & decode UPC-A barcode in ASP.NET web site, .NET Windows Forms project and Console applications, using VB.NET or C# class code
User Manual - .NET UPC-A Barcode Reader/Scanner Control
Guide to Read UPC-A Barcode Image in C#.NET Project
- Download & unzip .NET barcode reader sdk
- Integrate KeepDynamic.BarcodeReader.dll to your C#.NET Project
- Copy following C# code, run the C# .NET project and all UPC-A barcode images will be read & scanned from the target file
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.UPCA);
Guide to Read UPC-A Barcode Image in VB.NET Project
- Download & unzip .NET barcode reader sdk
- Integrate KeepDynamic.BarcodeReader.dll to your C#.NET Project
- Free sample VB.NET code is listed below to read & decode all UPC-A barcodes from target image file
Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.UPCA)
Supported Barcode Types - .NET UPC-A Barcode Reader Control
Related UPC-A Barcode Reader & Generator Libraries for .NET Application