Posted 4 August 2018, 2:04 am EST
after rendered a object, I want to the exact position(Y) of the next render object, to decide whether create new page or just continue in the same page.
but how to know the exact position(Y) ? I only got the ‘auto’ value with RenderObject.Y and I can not know the exact position, of course I could not compare it with page height .
in VB6(VsView) we could got it by vsPrinter.CurrentY. but in VB.NET(C1PrintDocument1) I can’t find the same property .