Odd Numbered Cell Not Added To Pdf

前端 未结 1 1888
走了就别回头了
走了就别回头了 2020-12-11 10:25

I am trying to add PdfPCell inside a loop to a iTextSharp Table with 2 columns in a Document. But if the count inside the loop is an o

相关标签:
1条回答
  • 2020-12-11 10:30

    On your PdfPTable you can call the CompleteRow() method when you're done and missing cells will be filled in.

    0 讨论(0)
提交回复
热议问题