TTMSFNCPDFLibAfterDrawFooterEvent Event Type
Fires after the page footer has been drawn.
API unit family: TMSFNCPDFLib
Parameters
| Name | Description |
|---|---|
Sender |
The PDF library component that raised the event. |
APageIndex |
Zero-based index of the page that was drawn. |
AFooter |
Footer text that was rendered. |
ARect |
Bounding rectangle of the footer area in points. |
AGraphics |
Graphics context; use it to overlay additional content on top of the footer. |