Sam
Sam

Reputation: 29009

How to create/print DataMatrix barcodes from .NET

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

Answers (1)

John Koerner
John Koerner

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

Related Questions