Home  >  Barcode Reader for .NET >  How to Read Barcode in ASP.NET >  ASP.NET Code 128 Barcode Reader Library
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
How to Read Code 128 Barcode from Image in ASP.NET Web Site Using C# Code?
  1. Use KeepDynamic.BarcodeReader.dll as your ASP.NET web project reference
  2. Copy free C# code below to read Code 128 barcode in ASP.NET project
  3. 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?
  1. Integrate KeepDynamic.BarcodeReader.dll into your ASP.NET web project
  2. 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)
Want to know more? Please follow the link: Tutorial for Adding Barcode Reading Features into ASP.NET Web Applications
Barcode Types - ASP.NET Barcode Scanning DLL for Code 128

Read & Decode linear & 2d barcodes in other applications: