Easily generate and print Data Matrix 2D barcode images in .NET Windows Forms Applications
Data Matrix Generator for .NET Applications
  • Easy to use .NET 2D Barcode component for .NET 2.0, 3.0, 3.5, 4.0
  • C#.NET, VB.NET, Managed C++ and Borland Delphi for .NET support
  • Create dynamic DataMatrix 2D barcode images in .NET Applications
Data Matrix Barcode Generation in .NET Applications
  • Compact and robust barcode SDK & Control for .NET Application developing
  • Generate quality Data Matrix barcode images without the use of a barcode font
  • Draw graphics object on .NET Winforms using the drag-and-drop technique
  • Could be used in .NET projects as DLL without being loaded on Winforms
  • Capable of being integrated into .NET Class and Console applications
  • Support symbol size and placement customization
  • Increase light space around the symbol for better readability
  • Compatible with ISO / IEC 16022 (2nd edition 2006-09-15)
.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#.

Data Matrix .NET Barcode Generator control library is an advanced .NET component developed for Winforms programming in Microsoft .NET. It encapsulates robust Data Matrix barcode generation features that could be embedded into a .NET project without difficulty. Consequently, you may easily generate first-class Data Matrix barcode images via your .NET project.
Data Matrix .NET Barcode Generator integrates with the following types of projects:
  • Console Application (runtime support)
  • Windows Forms Application (design-time and runtime support)
  • Class Library (runtime support)
  • Windows Service (runtime support)
Data Matrix Barcode Generating Library for .NET - DataMatrix Information
Data Matrix is a square or rectangular matrix (2D) barcode symbology used in aerospace, air transport, and national security especially for labeling small electronic components. Data Matrix codes are usually printed on labels and letters, while occasionally, Data Matrix barcodes are marked directly onto components with various methods such as industrial ink-jet, dot-peen marking, laser marking, and electrolytic chemical etching.
.NET Data Matrix Generator encodes:
  • 128 ASCII characters
  • Extended ASCII (ASCII characters 128-255, in accordance with ISO 8859-1)
.NET Data Matrix Barcode Image Drawing SDK - Data Matrix Generation

Install and register DataMatrix.Barcode creator component for .NET

Before generating Data Matrix in .NET, you need to install:
  • Windows 7, Windows Vista, or Windows XP
  • .NET 2.0, 3.0 or greater version
  • Microsoft Visual Studio 2005/2008/2010
  • Avapose.Barcode for .NET Winforms

Embed Data Matrix 2D Barcode Generator into .NET WinForms Applications

  1. Create a new project in your Visual Studio;
  2. Copy Avapose.matrixbarcode.winforms.dll to your project folder; (You need not to copy .dll to .NET bin directory, because Visual Studio will do so)
  3. Add MatrixWinControl to your Visual Studio Toolbox;
  4. Find Component MatrixWinControl in the Toolbox, then drag and drop it to your forms;
  5. Activate the Property Window and change the Matrixbarcode to Datamatrix;
  6. Customize the generated barcode accordingly.

Generate and print Data Matrix barcode using .NET 2D barcode generating library

  1. Create a new project in your Visual Studio;
  2. Add Avapose.matrixbarcode.winforms.dll to the project reference;
  3. Copy the following sample code to the project for a quick barcode generation, you can make further customization using related properties:

C# code

using Avapose.matrixbarcode
Matrix Datamatrix = new Matrix();
Datamatrix.MatrixBarcode = MatrixBarcode.Datamatrix
Datamatrix.BarcodeData = "Avapose Data Matrix";
Datamatrix.BarcodeWidth = 175;
Datamatrix.BarcodeHeight = 50;
Datamatrix.ResizeBarcode = true;
Datamatrix.DrawBarcodeImage("c:\\ datamatrix.gif");

VB code

Dim Datamatrix As Avapose.matrixbarcode.Matrix = New Avapose.matrixbarcode.Matrix()
Datamatrix.MatrixBarcode = Avapose.matrixbarcode.MatrixBarcode.Datamatrix
Datamatrix.BarcodeData = "Avapose Data Matrix"
Datamatrix.BarcodeWidth = 175
Datamatrix.BarcodeHeight = 50
Datamatrix.ResizeBarcode = True
Datamatrix.DrawBarcodeImage("c:/datamatrix.gif")
Testimonial for .NET Barcode Generator for Winform
We bought your product .NET Barcode Generator for Winform a few weeks ago, and it works pretty well!
Carlos Louis, Eureka Software Ltd, UK.