4.3. Using DataMatrix Fontware in .Net applications

Version 3.30 added two samples for integrating data matrix printing functionality to .Net programs. One is base on C#, and the other one is based on VB.NET. The printing architecture in .Net is different than the one in C++/VB6 world. Same as the VB6 sample, you will need to split strings into lines, and print line by line. For details see the sample code we provided.