Re: [iText-questions] Barcode image UPCA

2008-08-07 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Rick Roen > Sent: Thursday, August 07, 2008 5:39 PM > To: 'Post all your questions about iText here' > Subject: [iText-questions] Barcode image UPCA > > I hav

[iText-questions] Barcode image UPCA

2008-08-07 Thread Rick Roen
I have the following iTextSharp (v 4.1.1.0) VB code: Dim bc As BarcodeEAN = New BarcodeEAN() bc.CodeType = Barcode.UPCA bc.Code = "878373001012" barUPC = bc.CreateDrawingImage(Color.Black, Color.White) barUPC.Save("c:\temp\_barcode.png", Syste