TTMSFNCPDFLibBeforeDrawFooterEvent Event Type
Fires before the page footer is drawn; set
ADefaultDrawtoFalseto suppress the default rendering.
API unit family: TMSFNCPDFLib
Parameters
| Name | Description |
|---|---|
Sender |
The PDF library component that raised the event. |
APageIndex |
Zero-based index of the page being drawn. |
AFooter |
Footer text that would be drawn by default. |
ARect |
Bounding rectangle of the footer area in points. |
AGraphics |
Graphics context for custom drawing inside the footer area. |
ADefaultDraw |
Set to False to skip the built-in footer rendering. |