-
hello ... i use VB.NET i have this problem ...
I have write this code but when i debug the page have this error : Impossible convert com.lowagie.text.cell in com.lowagie.text.pdf.pdfpcell
Dim My_Image_Peso As Image = Image.getInstance(My_FilePath & "/Catalog_Weigh.jpg")
Dim My_Cell As New Cell()
My_Cell.add(My_Image_Peso)
My_Cell.add(New Phrase(New...
2009-04-01 14:48:51 UTC in iText.NET
-
hello ... i use VB.NET i have this problem ...
I have write this code but when i debug the page have this error : Impossible convert com.lowagie.text.cell in com.lowagie.text.pdf.pdfpcell
Dim My_Image_Peso As Image = Image.getInstance(My_FilePath & "/Catalog_Weigh.jpg")
Dim My_Cell As New Cell()
My_Cell.add(My_Image_Peso)
My_Cell.add(New Phrase(New...
2009-04-01 13:10:27 UTC in iText.NET