Alex Gordon
Alex Gordon

Reputation: 60691

itextsharp: getting total height of table

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

Answers (1)

Jay Riggs
Jay Riggs

Reputation: 53595

Try the PdfPTable.TotalHeight property.

I believe it returns the table's height as a float.

Upvotes: 2

Related Questions