【发布时间】:2011-02-25 14:35:00
【问题描述】:
我尝试使用这个:
iTextSharp.text.pdf.PdfTable tbl = new iTextSharp.text.pdf.PdfTable();
但我总是得到错误:
The type 'iTextSharp.text.pdf.PdfTable' has no constructors defined
为什么?在各种教程中,我看到这应该是可能的。
【问题讨论】:
-
您使用的是哪个版本?对本文的评论表明,PdfTable 类已被删除:mikesdotnetting.com/Article/86/iTextSharp-Introducing-Tables。评论是:2010 年 5 月 14 日 21:21,来自 Mikesdotnetting。
-
我不确切知道,但最新的之一。谢谢你解决了问题。
标签: c# .net pdf itextsharp itext