Table of Contents

TTMSFNCPDFIOBeforeDrawFooterEvent Event Type

Fires before the page footer is drawn; set ADefaultDraw to False to suppress default rendering.

API unit family: TMSFNCPDFIO

Parameters

Name Description
Sender The PDF IO component that raised the event.
AExportObject The object being exported on this page.
APageIndex Zero-based page index.
AFooter Footer text that would be drawn by default.
ARect Footer area rectangle in points.
AGraphics Graphics context for custom footer drawing.
ADefaultDraw Set to False to skip the built-in footer rendering.