Table of Contents

TTMSFNCCustomPDFLib.OnBeforeDrawFooter Event

Fires before the footer is drawn on a page; allows custom rendering or suppression.

API unit family: TMSFNCPDFLib Declaring type: TTMSFNCCustomPDFLib

Syntax

OnBeforeDrawFooter: TTMSFNCPDFLibBeforeDrawFooterEvent;

Parameters

Name Description
Sender The PDF library that raised the event.
APageIndex Zero-based index of the page.
AFooter The footer text about to be rendered.
ARect Rectangle of the footer area.
AGraphics PDF graphics interface for custom drawing.
ADefaultDraw Set to False to suppress built-in footer rendering and handle it yourself.