Home  >  .NET Barcode Reader SDK  >  C# .NET Barcode Reader Tutorial
C# .NET Barcode Reader Guidance
C#.NET Barcode Reader provides the most affordable .NET barcode recognition library for barcode reader .NET projects.
C#.NET Barcode Reader SDK Supported Barcode Types
C#.NET Barcode Reader SDK supports most common linear (1d) and matrix (2d) barcode symbologies.
C#.NET Barcode Reader Compatibility
C#.NET Barcode Reader is purely written in C# .NET.
C#.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.
C#.NET Barcode Reader in .NET Project
C#.NET Barcode Reader is easily to be integrated into .NET developer's projects, ASP.NET website, C#, VB.NET applications,class project, console applications.
C#.NET Barcode Reader Performance
C#.NET barcode reader offers users the possibility to adjust its scanning speed for small & large linear & 2d barcode images in .NET applications.
C#.NET Barcode Reader Download Free Trial Version
Download Free Trial Version of C#.NET Barcode Scanner
C#.NET Barcode Reader Developer Guide
  1. Add KeepDynamic.BarcodeReader.dll to .NET project reference
  2. Copy following C#.NET class codes:
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.CODE39);