Footer FloatingBox grows to page break

Hello,

we use a FloatingBox as footer with 3 text rows.
If one or more text are very big, the floating box grows, and triggers a page break:

CoverSheetPrefix.638327829793009173.pdf (84,1 KB)

Is there a way to force the FloatingBox or the tabla inside grows upwards, not downwards to avoid triggering a page break?

Kind Regards,
Andy

@AStelzner

Instead of floating box, you can use table to add inside footer. Table class provides a method GetHeight() that returns table height. With this value, you will be able to determine the total height of the content and whether it will cause page break or not. In case you still face any issues, please share your sample code snippet of adding footer along with respective source PDF. We will test the scenario in our environment and address it accordingly.