TTMSFNCPDFLibBeforeDrawHeaderEvent Event Type
Fires before the page header 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. |
AHeader |
Header text that would be drawn by default. |
ARect |
Bounding rectangle of the header area in points. |
AGraphics |
Graphics context for custom drawing inside the header area. |
ADefaultDraw |
Set to False to skip the built-in header rendering. |