Is there a way to determine the remaining space on a page?
I know I can determine the effective page space using:
int heightInPoints = (int) (builder.PageSetup.PageHeight -
builder.PageSetup. TopMargin -
builder.PageSetup.BottomMargin);
But how far am I already in the page itself?
Thanks in advance,
Paul