VB.NET Data Matrix Generator
Generate, print 2d barcode Data Matrix label with vb.net example source code.

How to generate, display, print 2d barcode Data Matrix image labels in vb.net project without using font. Free download.




  • Compatible with latest GS1 specifications to generate standard Data Matrix barcodes
  • Absolutely support .NET Framework 2.0, 3.0, 3.5 and above versions
  • Easy to generate Data Matrix barcode images in Visual Basic .NET programming
  • Add Data Matrix barcode images in ASP.NET websites, WinForms, Crystal Report, etc
  • Provide flexible Data Matrix barcode options like width, height, color, resolution, font, etc.
  • Mature and reliable .NET barcode generator component library used world widely
  • Offer royalty-free developer license for this VB.NET Barcode Generator Control
Data Matrix Barcode Control Introduction in VB.NET
KA.Barcode Generator for .NET Suie is the best available barcode encoder component for high-quality Data Matrix barcode generation in .NET development environments. With the user-friendly interface, developers can easily adjust various barcode dimensions of the generated Data Matrix picture, such as bar with, image height, format mode, etc. Download KA.Barcode for .NET Suite evaluation package for free.
Data Matrix Barcode Introduction
Data Matrix, also named as ECC200 & 2D DataMatrix barcode, is a two-dimensional matrix barcode commonly used to mark small items. Being space-efficient, Data Matrix is recommended by American EIA for labeling small electronic components.

KeepAutomation VB.NET Data Matrix barcode generator supports Data Matrix barcodes generating in Visual Studio .NET Windows, Web applications, .NET Reporting projects.

The .NET Barcode Generator SDK also supports QR Code generating, Code 39 generating, Code 128 generating, PDF-417 generating, EAN-13 generating, GS1-128 generating, UPC-A generating in Visual Basic .NET applications.

Data Matrix in ASP.NET using VB.NET

Data Matrix barcode generation in ASP.NET web application can be realized with this barcode control, with which you can also generate Data Matrix barcode image in IIS. For detailed information, you may refer to this ASP.NET barcode creation tutorial in VB.NET.

Data Matrix in WinForms app using VB.NET

It is easy to generate Data Matrix barcode image in .NET WinForms with this mature VB.NET Barcode Creator Control. This VB.NET barcode generation guide in WinForms have described the operation steps in detail.
Data Matrix Code Encoding in VB.NET
Data Matrix Encoding Character Set
KeepAutomation's software supports the following Data Matrix barcode data formats:
  • ASCII: All ASCII characters, including 0-9, A-Z, a-z and special characters like $ , % + / : * etc
  • Auto: KeepAutomation's software will select proper data format according to your encoding value
  • Base256: to encode images, double-byte characters, binary data and 8 bit values
  • C40: numeric digits 0-9, upper-case letters A-Z
  • Edifact: 0-9, A-Z, many punctuation marks
  • Text: 0-9, a-z
  • X12: 0-9, A-Z, and some punctuation marks
With vb.net barcode generator, you can easily encode the above characters into Data Matrix barcode in Visual Basic .NET applications without any 3rd party software such as fonts, COM control, VBA, Macro programming.
Maximum size of Data Matrix characters in VB.NET
A single Data Matrix barcode can encode more than 1000 characters. You can view the details below. If you need encode more text, you could also choose Data Matrix Structure Append data mode.
  • Alphanumeric data: up to 2,335 characters
  • Byte data (8-bit): 1,555 characters
  • Numeric data: 3,116 digits
If your Data Matrix data exceeds the maximum number of characters, the vb.net barcode generator software will automatically generate an empty image with text "Invalid Barcode Settings" printed.
Encode Data Matrix with Unicode text in VB.NET
Data Matrix does not support encoding Unicode text directly into barcode symbology. To do so, you can convert Unicode text to byte array data using UTF8 encoding, then encode byte array data to Data Matrix using Base256 data mode in your vb.net code.
How to Generate Data Matrix Using VB.NET Sample Code
You could view the complete vb.net source code to generate Data Matrix using VB.NET