Reputation: 29009
I want to create DataMatrix ECC200 barcodes from a c# program. Is there a documentation how to encode the information into the barcode, or are there 3rd party assemblies to achieve this?
Upvotes: 2
Views: 7697
Reputation: 38077
Have you looked at iec16022sharp? It hasn't been updated in a few years, but I downloaded it and the code is straightforward and seems to generate good barcodes.
Upvotes: 1