Table of Contents

TFlexCelPdfExport.BeforeGeneratePage Event

Fires after each new page is generated on the pdf, but before any content is written to the page. (The page is blank) You can use this event to add a watermark or a background image.

Syntax

Unit: FlexCel.Render

property TFlexCelPdfExport.BeforeGeneratePage: TPageEventHandler

See also