ASP.NET Code 128 Barcode Image Scanning Library
The ASP.NET Code 128 Barcode Image Reading Decoder Control SDK is an advanced developer-library for .NET projects. It can decode & read linear Code 128 barcode from image files in ASP.NET web application, VB.NET class project & C#.NET class application.
Overview - ASP.NET Code 128 Barcode Image Scanner Control
- This ASP.NET Code 129 barcode reading library is developed in .NET framework 2.0 and compatible with .NET 2.0, 3.0, 3.5, 4.0 and above
- Built in managed C# code, it supports reading & decoding Code 128 barcodes using VB.NET or C# code
- This ASP.NET Code 128 barcode reader control owns high compatibility with .NET prefered developing tools, like Visul Studio
- Easy to decode & read Code 128 barcode from multiple TIFF pages in ASP.NET web site
- Free to scan multiple Code 128 barcodes from BMP, PNG, JPEG and GIF image files in ASP.NET web site
- No fixed ways to output scanning results of Code 128 barcode in ASP.NET web services
How to Read Code 128 Barcode from Image in ASP.NET Web Site Using C# Code?
- Use KeepDynamic.BarcodeReader.dll as your ASP.NET web project reference
- Copy free C# code below to read Code 128 barcode in ASP.NET project
- Then all Code 128 barcodes from source file will be scanned & outputted
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.CODE128);
How to Read Code 128 Barcode from Image in ASP.NET Web Site Using VB.NET Code?
- Integrate KeepDynamic.BarcodeReader.dll into your ASP.NET web project
- Read & decode all Code 128 barcodes from target image file using following VB.NET class code
Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.CODE128)
Barcode Types - ASP.NET Barcode Scanning DLL for Code 128
Read & Decode linear & 2d barcodes in other applications: