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
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