Having 3 barcodes in a row in .Net

Hi all,

I am working on a barcode printing tools using Aspose.BarCode for .Net. I use Zebra barcode printer. Can you guys tell me how to generate 3 barcodes on the same row? The reason is that my barcode is small and I want each row of label has 3 barcodes on it.

Thank you very much,

CT

Hi,


Thanks for considering Aspose.

The BarCodeBuilder class can generate only one image at a time. But you may generate images multiple times and store in an ArrayList. And later on, combine these images in a single image.

Please find the attached sample project that generates 3 barcode images, combines them in a single image and also recognize the barcodes. The sample project is built using Visual Studio 2008 and C# language.

Thank you very much. It is great to work with your products.