Data Matrix Barcode Generator for ASP.NET

Generating Data Matrix barcodes in ASP.NET web applications with ASP.NET barcode component
Data Matrix Barcode Generator for ASP.NET- Benefits
Supported Programming Environment
Print Data Matrix barcodes in ASP.NET web applications, IIS, Microsoft Visual Studio, ASP.NET Crystal Reports for .NET, .NET Class, and Console Applications; 100% support C#.NET, VB.NET, managed C++, and Borland Delphi for .NET

.NET Barcode Generator SDK library includes ASP.NET Barcode Generator, C# Barcode Generator, VB.NET Barcode Generator, QR Code Generator .NET, QR Code Generator ASP.NET, QR Code Generator C#, QR Code Generator VB.NET, Data Matrix .NET, Data Matrix VB.NET, Data Matrix ASP.NET, Data Matrix C#.
Barcode Basic Settings
Easy to redefine Data Matrix size by adjusting X dimension, margin, barcode weight and height; simple to customize Data Matrix barcode images with flexible color and orientation; support the image resolution setting in dpi (dots per inch)
Data Matrix Specified Settings
Provide 7 data mode to create Data Matrix, including Auto, ASCII, C40, Text, X12, Edifact, Base256; support 30 type Data Matrix format, including square and rectangular formats; support 4 type error correction based on Reed–Solomon error correction algorithm
Quality Image Generator for ASP.NET
Generate and stream high quality Data Matrix barcode images in ASP.NET web applications; support Gif, Png, Jpeg, Bmp, and Tiff image formats; easy to customize image resolution; the generated images are compatible with Internet Explorer, Firefox, Chrome, and Safari web browsers
Data Matrix Barcode Generator for ASP.NET --- Overview
ASP.NET Data Matrix Barcode Creator is developed to print Data Matrix and another 40+ linear & 2D barcodes in ASP.NET programs. The generator is a compact and functional ASP.NET server control that customizes your web project in ASP .NET. Data Matrix barcode generation capability could be added into the project.
Data Matrix Introduction
Data Matrix is a matrix (2D) barcode symbology with a large capacities and small printing space. Each symbol includes a finder pattern (two solid adjacent borders), encoded data (individual dots or squares), timing pattern (other two borders consisting of alternating dark and light modules), quiet zone (light area around the symbol) and alignment pattern (for larger symbols, starting with 32x32 to separate data regions (=2X). A Data Matrix Code can encode up to 3116 numbers or up to 2335 characters.
Data Matrix Valid Data:
  • Standard ASCII characters 0-127 (default: ISO/IEC 646)
  • Extended ASCII characters 128-255 (default: ISO/IEC 8859-1)
Data Matrix Barcode Generator for ASP.NET---Barcode Generation
Create Data Matrix barcodes in Microsoft Internet Information Services (IIS)
  • Download Terrek.ASPNET.zip, save it in local drive, and unzip;
  • Browse the folder and copy the "barcode" fold to your IIS local host;
  • Create a new virtual directory named "barcode" on IIS;
  • Restart IIS, and navigate to http://YourDomain:Port/barcode/aspcontrol.aspx?BarcodeData=01234567&Symbology=43;
  • To present the image on the web page, insert the following image tag into the html source code <img src= http://YourDomain:Port/barcode/aspcontrol.aspx?BarcodeData=01234567&Symbology=43">
Generate Data Matrix barcodes within ASP.NET Web Forms
  • Download and save Terrek.ASPNET.zip, then have it unzipped in your project folder;
  • Open your form with Visual Studio;
  • Add Terrek.Barcode.ASPNET.dll to the "Toolbox";
  • Select "Split", then copy "aspcontrol.aspx" and "aspcontrol.aspx.cs" to the folder where barcodes are generated.
  • Drag and drop " ASPControl" into the "Split" Windows, then debug the form;
In case you want to make further customization of the barcode parameters, stop the project, right-click "WebForm1.aspx", and select "View Code";
Generate Data Matrix Using C#.NET or VB.NET
You are also allowed to print Data Matrix in ASP.NET web applications using C#.NET and VB.NET. Click to see Generating Data Matrix in C#.NET and Generating Data Matrix in VB.NET.