PdfPTable as a header in iTextSharp

前端 未结 3 543
醉酒成梦
醉酒成梦 2020-12-11 07:12

I need a table with about 12 cells to display as a header. The following code fails to do this. I am aware table2 does not have 12 cells. On the second page, only \"testing\

3条回答
  •  没有蜡笔的小新
    2020-12-11 07:30

    This will not work if you have more than one page. If you have more than one page, then you need to use the OnStartPage event instead of the onEndPage event.

提交回复
热议问题