TTMSFNCGraphicsPDFIO.OnGetExportRect Event
Fires to supply a custom export rectangle, overriding the default content bounds for the export object.
API unit family: TMSFNCGraphicsPDFEngine
Declaring type: TTMSFNCGraphicsPDFIO
Inherited from: TTMSFNCCustomGraphicsPDFIO
Syntax
OnGetExportRect: TTMSFNCGraphicsPDFIOExportRectEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The PDF I/O component that raised the event. |
APDFLib |
The PDF library instance managing the current export. |
AExportObject |
The export object describing the element being exported. |
ARect |
Set by the handler to the destination rectangle in PDF user space. |