ITMSFNCCustomPDFLib.OnAfterDrawFooter Event
Event raised after the footer has been auto-drawn.
API unit family: TMSFNCPDFLib
Declaring type: ITMSFNCCustomPDFLib
Syntax
OnAfterDrawFooter: TTMSFNCPDFLibAfterDrawFooterEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that raised the event. |
APageIndex |
Zero-based index of the page that was drawn. |
AFooter |
Footer text string that was rendered. |
ARect |
Bounding rectangle used for the footer area. |
AGraphics |
Graphics interface available for additional drawing after the default footer. |