Home  >  .NET Barcode Reader >  How to Read Barcode using C# Code  >  C#.NET Code 128 Barcode Reading Library
How to Read & Scan Code128 Barcode in C#.NET Application
This C#.NET Code 128 barcode reader control SDK integrates strong Code 128 barcode reading functions into a single dll. This professional Code 128 barcode reader library can decode & detect Code 128 barcode from common image files in C#.NET class applications.
Overview - C#.NET Code 128 Barcode Scanner Library
User Manual - Read & Decode Code 128 Barcode Using C#.NET Code
  1. Add KeepDynamic.BarcodeReader.dll to .NET project by adding reference
  2. You can detect & output all Code 128 barcodes from desired image file using C# code below
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.CODE128);
More guidance on C#.NET barcode reader control is here: Add Barcode Reading Features into C#.NET Applications
Barcode Types - C#.NET Code 128 Barcode Reader Library

How to Read & Scan Barcode in Other .NET Class Applications