RE: [iText-questions] iText in ASP.net using VB

2003-07-07 Thread Paulo Soares
To: [EMAIL PROTECTED] > Subject: [iText-questions] iText in ASP.net using VB > > I am having trouble converting C# to VB when it comes to the following > example. > > // step 4: we grab the ContentByte and do some stuff with it > > PdfContentByte cb = wri

[iText-questions] iText in ASP.net using VB

2003-07-07 Thread Casper The Ghost
I am having trouble converting C# to VB when it comes to the following example. // step 4: we grab the ContentByte and do some stuff with it PdfContentByte cb = writer.getDirectContent(); What is the syntax for the abvove statement in VB.Net ? I tried Dim cb as PdfContentByte cb = writer.g