Reputation: 60691
i need to place table2 after the end of table1. i do not know the height of table1. how do i get the height of table1? in vb.net please
Upvotes: 0
Views: 2665
Reputation: 53595
Try the PdfPTable.TotalHeight
property.
I believe it returns the table's height as a float.
Upvotes: 2