I want to know why Type ‘iTextSharp.text.Table’ is not defined. I already imported iTextSharp.text , iTextSharp.text.pdf, iTextSharp.text.html, iTextSharp.text.html.simpleparser.
Dim gvTable As New iTextSharp.text.Table(columns, tableRows)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In searching the Internet the only thing I could find about
iTextSharp.Text.Tablewas example code. I looked at the SVN on SourceForge and there is noTablethat is part of the text namespace, it looks like it was deprecated in the current version. Your best bet would be to useiTextSharp.text.pdf.PDFPTable. (Documentation from iText link) or to find a Version of iTextSharp previous to version 5. If you look at this SO Question/Answer there is a link toiTextSharp version 4.1.6this version does have iTextSharp.text.Table. Here also is a blog that has links to the Source and dll.