Home  >  .NET Barcode Reader >  How to Read Code 128 Barcode in .NET Application
.NET Code 128 Reader & Scanner Control/Library
The .NET Code 128 barcode Reader Control is a single DLL that reads Code 128 barcode in the .NET projects. This .NET Code 128 barcode reader may be easily used in desktop or web applications using VB .NET or C#.NET class codes. The reader can fast decode Code 128 barcode images in .NET applications.
.NET Code 128 Reader & Scanner Control/Library - Features
.NET Code 128 Reader & Scanner Control/Library - Tutorial
This .NET Code 128 barcode scanning library is used to read & output all Code 128 barcode images from the target file.

How to Install .NET Code 128 Reader & Scanner Control

  1. Download Free Trial Version of .NET barcode scanner dll and find KeepDynamic.BarcodeReader.dll
  2. Integrate KeepDynamic.BarcodeReader.dll into your .NET project by adding reference

How to Read & Scan Code 128 Barcode using C# Class Code?

using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.CODE128);

How to Decode & read Code 128 barcode using VB.NET code?

Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.CODE128)
.NET Code 128 Barcode Reader Control Supported 1D & 2D Barcode Types

Links to other Barcode Reading & Generating Solutions for Code 128 Barcode in .NET Applications