.NET Barcode Reader provides the most affordable .NET barcode recognition library for barcode reader .NET projects.
.NET Barcode Reader
.NET Barcode Reader supports most common linear (1d) and matrix (2d) barcode symbologies.
Including
- Codabar
- Code 39
- Code 39 extension
- Code 128
- EAN 128
- EAN-8
- EAN-13
- UPC-A
- UPC-E
- Interleaved 2 of 5
- Data Matrix
- PDF417
- QRCode
.NET Barcode Reader Compatibility
.NET Barcode Reader is purely written in C# .NET.
.NET Barcode Reader library can be used in all major Windows operating systems, which supports .NET 2.0, 3.0, 3.5 or later version.
.NET Barcode Reader in .NET Project
.NET Barcode Reader is easily to be integrated into .NET developer's projects, ASP.NET website, C#, VB.NET applications,
class project, console applications.
.NET Barcode Reader Performance
.NET barcode reader provides best recognition performance in the market.
.NET Barcode Reader Download Free Trial Version
.NET Barcode Reader Developer Guide
-
Add KeepDynamic.BarcodeReader.dll to .NET project reference
-
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", Type.CODE39);
|