How to print barcode in .net class?
I am using NET framework 2.0.
Planned to print some barcodes for my books, it should contain details of the name or data of the book.
Hope it is easy to make it work.
How to print barcode in .net class?
I am using NET framework 2.0.
Planned to print some barcodes for my books, it should contain details of the name or data of the book.
Hope it is easy to make it work.
Actually, you can not encode so many information into a barcode, unless you use a 2D barcodes. Barcode only contains a string of numbers, it can be connected to a database which may store the detailed information of stuff.
If the barcode is for books, you might consider ISBN barcode or ISSN barcode. They are usually used to label publication.
I believe this API has everything you're looking for.
http://www.barcodelib.com
If you use .NET 4.0, there is some built in functional stuff for barcodes and the ISBN API within it's repository, there's also some pretty nifty SDK's for .NET 4.0 that might interest you.
There's also a Google Books Search API: https://developers.google.com/books/...d#books_api_v1
Also, if you install Phalanger on your Viisual Studio 2010 machine, you can use the PHP based Zend Framework right alongside your .NET code.
http://zendframework.com/manual/en/z...ce.amazon.html
Bookmarks