|
|
Hello,
I have a table with around 100 rows.Now i want to print it in the form of pdf using itextsharp.Here I want to print the table in such a way that as soon as the table reaches half the page's height , the remaining rows should be discarded. Please suggest a good solution to identify the printed content height so as to discard the remaining rows of the table and print the rows till it fills half the page.
Thanks.
|