views:

312

answers:

1

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

+1  A: 

Try the PdfPTable.TotalHeight property.

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

Jay Riggs