itextsharp: getting total height of table
i need to place table2 after the en开发者_如何转开发d of table1. i do not know the height of table1. how do i get the height of table1? in vb.net please
Try the PdfPTable.TotalHeight
property.
I believe it returns the table's height as a float.
精彩评论