savitrd Posted September 4, 2012 Share Posted September 4, 2012 Im doing a project that involves generating a 2D DataMatrix Barcode. Is there a particular font that I have to use to get it to generate? For some reason a post net barcode appears instead of the 2D DataMatrix Barcode. Could someone tell me what I may be doing wrong and how to resolve this issue? Thank You. Link to comment Share on other sites More sharing options...
Dan Korn Posted September 4, 2012 Share Posted September 4, 2012 The MakeDataMatrixBarcode function automatically puts the text in the "IDAutomationDMatrix" font. All you need to do is something like this: return MakeDataMatrixBarcode("hello"); Make sure to check "Treat returned strings as tagged text." Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.