Footer at bottom of physical page

When I used GoDiagram I overrode the GoView PrintDecoration method to place footer text at the bottom of the physically printed page.

In GoXam defining a PrintBorderTemplate places the footer at the bottom of the diagram even if the diagram does not fill the physical page.
Is there a way I can achieve the same result in GoXam ?
Thanks,
Jim

Yes, set the Diagram.PrintManager.PageOptions property the way you want.


PageOptions=“FullGridBackground”

Did the trick, thanks again.
Jim.