-
You can set the size using this constructor:
public DataMatrix(string message, int w, int h)
Example:
IEC16022Sharp.DataMatrix dx = new IEC16022Sharp.DataMatrix("hello world", 48, 48);
But if you want auto-size AND only squares, it's not possible at the moment. The auto-size routine searches in the whole list of available size. When one fits, it's used.
I think...
2009-04-02 08:29:34 UTC by fhtino
-
well, it's simple...
the datamatrix barcode format is usually a square, but with your library sometimes it creates a rectangle...
I wanted to avoid that since I should always have a square barcode.
2009-04-01 12:12:51 UTC by killercode
-
I don't understand. Can you explain a bit more?.
2009-03-30 16:23:27 UTC by fhtino
-
isn't there a way to avoid formats like the C12X26?
that would be very cool if that is possible.
2009-03-30 16:13:37 UTC by killercode
-
Hello,
there is no documentation. But usage is very simple. There is a sample application (console app) in the zip file.
2009-02-04 07:01:50 UTC by fhtino
-
I downloaded the .ZIP file for this project. I can see that the source code generates a DLL (that requires .NET).
My question is:
Is there any documentation for the functions that you call to generate a data matrix?
There doesn't seem to be, unless I'm missing something.
Thanks in advance,
2009-02-03 21:44:23 UTC by michaelbate
-
fhtino committed revision 10 to the IEC16022Sharp SVN repository, changing 13 files.
2008-12-18 15:57:10 UTC by fhtino
-
fhtino committed revision 9 to the IEC16022Sharp SVN repository, changing 6 files.
2008-12-18 15:30:00 UTC by fhtino
-
fhtino committed revision 8 to the IEC16022Sharp SVN repository, changing 5 files.
2008-12-17 07:59:43 UTC by fhtino
-
fhtino committed revision 7 to the IEC16022Sharp SVN repository, changing 1 files.
2008-10-11 12:20:03 UTC by fhtino