【问题标题】:Problem with iTextSharp and PdfTableiTextSharp 和 PdfTable 的问题
【发布时间】: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

为什么?在各种教程中,我看到这应该是可能的。

【问题讨论】:

标签: c# .net pdf itextsharp itext


【解决方案1】:

尝试改用PdfPTable。我自己没有使用过 iTextSharp,但 Google 建议它是正确的类名。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-02-06
    • 1970-01-01
    • 1970-01-01
    • 2018-08-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-07-06
    相关资源
    最近更新 更多