Home  >  Barcode Reader for .NET >  How to Read Barcode in ASP.NET >  Read Data Matrix Barcode in ASP.NET
ASP.NET Data Matrix Barcode Reader & Scanner Library
The ASP.NET Data Matrix Barcode Image Reading Decoder Control SDK can decode & read multiple Data Matrix barcodes from common image format files in ASP.NET web applications.
Overview - Data Matrix Barcode Reader & Scanner Component
Tutorial - How to Read Data Matrix Barcode From Image in ASP.NET Web Application

How to Instal ASP.NET Data Matrix Barcode Reader Libary

  1. Download & unzip .NET barcode reader trial package
  2. Find KeepDynamic.BarcodeReader.dll and integrate it into ASP.NET web application as a reference

How to Read & Decode Data Matrix Barcode in ASP.NET Web Site Using VB.NET or C# Code

C# code to read & decode multiple Data Matrix barcode in ASP.NET web application
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.DATAMATRIX);
VB.NET code to read & decode multiple Data Matrix barcode in ASP.NET web application
Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.DATAMATRIX)
Please read more detailed guidance on ASP.NET barcode reader library: Tutorial for Adding Barcode Reading Features into ASP.NET Web Applications
Barcode Types - ASP.NET Data Matrix Barcode Reading & Scanning Control

Quick links to other popular linear & 2d barcode reading solutions for .NET project: