Where am I- when writing rows to tables..How close am I to the end of the page?

I have written a class in C# which writes tables to pdf sections. It works smashingly.

My question is, is there a way to figure out where I currently am relative to the end of page.

I want to decide, to pop a new page or add an other row to my table.

Currently I have hard-coded 3 rows per page, and it gives me alot of empty space at the bottom of the page???

Hi,

Sorry for replying to you late.

This feature is not supported directly. Please check if the Row.GetHeight() method can help you.