C# Data Matrix Barcode Reader Library
How to read Data Matrix in C# ASP.NET, MVC, Windows apps?

C#.NET Data Matrix Barcode Reader for .NET, C#, ASP.NET & VB.NET
Barcode Reader for C#.NET library > How to read, scan barcodes using C#? > Scan, read, recognize Data Matrix barcode image in C#


  • Fully written in Visual C#.NET 2.0
  • Consistent with .NET 2.0, 3.0, 3.5 and later version
  • Have fast reading speed
  • Support reading distorted Data Matrix barcode images
  • Read Data Matrix barcodes from all angles
  • Scan multiple Data Matrix barcodes in a single image file
  • Support GIF, JPEG, PNG & TIFF formats
Download Data Matrix .NET Barcode Reader
Users are free to download trial version of KA.Barcode Reader for .NET. Once the trial version of this barcode reader is unzipped, you will find:
  • KeepAutomation.BarcodeReader.dll
  • End user license agreement
  • User manual
  • Order page
Pay attention: The trial version of our .NET barcode reader decodes the first character of a barcode symbology randomly. So please purchase our applicable license if you want to use it for other applications.
.NET Data Matrix Barcode Reader User Manual
  1. Add reference KeepAutomation.BarcodeReader.dll to your project.
  2. Use the following C# & VB demo codes below.
C# Sample code
     using KeepAutomation.BarcodeReader;
String[] datas = BarcodeReader.readBarcode("C:\barcode.jpeg", BarcodeType.DataMatrix);
VB Sample code
     Imports KeepAutomation.BarcodeReader  
Dim datas As [String]() = BarcodeReader.readBarcode("C:\barcode.jpeg", BarcodeType.DataMatrix)
.NET Barcode Reader Licenses & Prices