PrintInfo Reference > PrintInfo Properties > PageFooterOwnerDraw Property (PrintInfo) |
This property sets or returns a Boolean that determines whether the page footer is owner-drawn.
PrintInfo.PageFooterOwnerDraw= boolean
Read/Write at run time and design time.
By default, this property is False, and the string returned by the PageFooter property is used to format the page footer.
If set to True, then the OwnerDrawPageFooter event is fired as needed to render the page footer to the printer device context.