Share

IEC16022Sharp

Code

Programming Languages: C#

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2008-12-18 svn co https://iec16022sharp.svn.sourceforge.net/svnroot/iec16022sharp iec16022sharp

Show:

What's happening?

  • Followup: RE: Datamatrix format

    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

  • Followup: RE: Datamatrix format

    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

  • Followup: RE: Datamatrix format

    I don't understand. Can you explain a bit more?.

    2009-03-30 16:23:27 UTC by fhtino

  • Datamatrix format

    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

  • Followup: RE: Any documentation

    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

  • Any documentation

    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

  • IEC16022Sharp

    fhtino committed revision 10 to the IEC16022Sharp SVN repository, changing 13 files.

    2008-12-18 15:57:10 UTC by fhtino

  • IEC16022Sharp

    fhtino committed revision 9 to the IEC16022Sharp SVN repository, changing 6 files.

    2008-12-18 15:30:00 UTC by fhtino

  • IEC16022Sharp

    fhtino committed revision 8 to the IEC16022Sharp SVN repository, changing 5 files.

    2008-12-17 07:59:43 UTC by fhtino

  • IEC16022Sharp

    fhtino committed revision 7 to the IEC16022Sharp SVN repository, changing 1 files.

    2008-10-11 12:20:03 UTC by fhtino

Our Numbers