Position of an objet in the footer band
Hello,
To know the position of an object on the physical page, after calling the .Prepare() function, I can use the values AbsBounds, AbsTop, etc., divided by FastReport.Utils.Units.Centimeters. This seems correct (taking into account the margins of the page).
But if I try to find the position of an object in the footer, the result doesn't look good.
Which method should I use in this case?
Thank you.