ASP.NET EAN-13 Barcode Image Decoder/Reader Control
The ASP.NET EAN-13 Barcode Image Reading Decoder Control SDK integrates linear EAN-13 barcode reading function into a single dll, which can be directly used as project reference for ASP.NET web application, VB.NET class project and C# class application.
Features - ASP.NET EAN-13 Barcode Reader Control
- This EAN-13 barcode reading library is used as a project reference for ASP.NET class project
- This ASP.NET barcode scanner sdk is a managed C# code library and can read EAN-13 barcode using VB.NET or C# code
- Compatible with .NET 2.0 and above, this ASP.NET barcode scanner can read EAN-13 barcode in Visual Studio
- Support reading & scanning EAN-13 barcodes from TIFF, JPEG, GIF, PNG and BMP image files in ASP.NET web application
- Support decoding EAN-13 barcodes from mulitple tiff pages in ASP.NET web site
- Able to read & draw EAN-13 barcode scanning result to binary strings
Guidance - ASP.NET EAN-13 Barcode Scanner Control
Use C#.NET Code to Read EAN-13 Barcode in ASP.NET Web Site
- Add KeepDynamic.BarcodeReader.dll to C#.NET project by adding reference
- Enter following C# code to read & decode all EAN-13 barcodes from source image file
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.EAN13);
Use VB.NET Code to Read EAN-13 Barcode in ASP.NET Web Site
- Integrate KeepDynamic.BarcodeReader.dll into VB.NET project by adding reference
- Copy following VB.NET class code to decode EAN-13 barcode in the target image file
Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.EAN13)
Barcode Types - ASP.NET EAN-13 Barcode Reader Library
Quick links to other barcode reader & scanner controls: