Re: [iText-questions] IText Barcode Image Format

2010-08-04 Thread Duncan_McCloud
Thank you very much. That worked. The only differences i see is the size of the image generated (which can be adjust by the ScalePercent method, and the barcode value which now is printed under the barcode. Is there any chance to hide the barcode value using CMYK images ? Thank you very much --

Re: [iText-questions] IText Barcode Image Format

2010-08-04 Thread Paulo Soares
Set the font to null. Paulo -Original Message- From: Duncan_McCloud [mailto:duncanmcclou...@gmail.com] Sent: Wednesday, August 04, 2010 10:48 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] IText Barcode Image Format Thank you very much. That worked

Re: [iText-questions] IText Barcode Image Format

2010-08-03 Thread Paulo Soares
You'll need something like this: BarcodeInter25 barcodeDT = new BarcodeInter25(); CMYKColor barColor = new CMYKColor(...); CMYKColor textColor = new CMYKColor(...); iTextSharp.text.Image img1 = barcodeDT.CreateImageWithBarcode(cb, barColor, textColor); Paulo -Original Message- From: