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
- This C#.NET Code 128 barcode reader library is written in managed C# code and compatible with .NET 2.0 and above versions
- Able to decode & read Code 128 barcode from PNG, JPEG and GIF image files in ASP.NET web application and .NET Windows Forms project
- The Code 128 barcode scanner control can detect & read multiple Code 128 barcodes from one image file using C# class code
- Easy to decode & recognize Code 128 barcode from multiple TIFF pages in C#.NET project
- This C#.NET Code 128 barcode reading control offers perpetual and royalty-free licenses for .NET developers
User Manual - Read & Decode Code 128 Barcode Using C#.NET Code
- Add KeepDynamic.BarcodeReader.dll to .NET project by adding reference
- 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);
Barcode Types - C#.NET Code 128 Barcode Reader Library
How to Read & Scan Barcode in Other .NET Class Applications