ITMSFNCCustomPDFLib.OnBeforeDrawFooter Event
Event raised before the footer is auto-drawn; set
ADefaultDrawtoFalseto suppress the built-in rendering and draw a custom footer instead.
API unit family: TMSFNCPDFLib
Declaring type: ITMSFNCCustomPDFLib
Syntax
OnBeforeDrawFooter: TTMSFNCPDFLibBeforeDrawFooterEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that raised the event. |
APageIndex |
Zero-based index of the page being drawn. |
AFooter |
Footer text string about to be rendered. |
ARect |
Bounding rectangle reserved for the footer area. |
AGraphics |
Graphics interface for custom footer drawing. |
ADefaultDraw |
Set to False to skip the built-in footer rendering. |