Table of Contents

TFlexCelPrintDocument.BeforeGeneratePage Event

Fires after each new page is printed, 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 TFlexCelPrintDocument.BeforeGeneratePage: TPrintPageEventHandler

See also