barcode generation and printing by use of C#

You must Login before you can answer or comment on any questions.

I am working on a .net project that need a barcode generating and printing function. The barcode will contain information like name, price, etc. How can I achieve this in C#.NET

7 Answers

I guess you need to find one barcode suite to create and print the barcode. You may have a try of the .NET SDK which generating barcode in both c# and VB. Then you could choose the barcode suitable to encode information you need.

I want to know, what kinda barcode do you want to make. I think a .net barcode generator is the good one. Most .net barcode generator may integrate into c#.net and support most common barcode like code 128, upc/ean barcode, 2d barcodes, etc.

Stop concerning barcode types. Here is a barcode generator for all the barcode being referred, click here: c#.net barcode generator(http://www.businessrefinery.com/barcode-generate/csharp_barcode_generator.html") to know more.

Thank you! I used the barcode generator component! Although it is not free, it works nice!

Your Answer

Think you can help? Login to answer this question!