TTMSFNCPrintIOAfterDrawFooterEvent Event Type
Fires after the page footer has been printed; use for overlay drawing.
API unit family: TMSFNCPrintIO
Parameters
| Name | Description |
|---|---|
Sender |
The print IO component that raised the event. |
AExportObject |
The object that was printed on this page. |
APageIndex |
Zero-based page index. |
ARect |
Footer area rectangle in pixels. |
AGraphics |
Graphics context for additional overlay drawing. |
AFooter |
Footer text that was rendered. |