Skip to main content

TdxComponentPrinter.OnExportPrepareGraphic Event

Occurs when exporting a page to graphics.

Declaration

property OnExportPrepareGraphic: TdxExportPrepareGraphicEvent read; write;

Remarks

The Sender parameter determines the component printer which sends data.

The AGraphic parameter specifies the image which is created for a specific page.

The AData parameter contains the pointer to additional arbitrary data.

See Also