I try to use this:
iTextSharp.text.pdf.PdfTable tbl = new iTextSharp.text.pdf.PdfTable();
But i always get the error:
The type 'iTextSharp.text.pdf.PdfTable' has no constructors defined
Why that? In various tutorial I saw that that should be possible.
Try using
PdfPTableinstead. I haven’t used iTextSharp myself, but Google suggests, that it’s the right class name.