TTMSFNCGraphicsPDFIOCanCreateNewPageEvent Event Type
Event handler type for
OnCanCreateNewPage; called to determine whether the PDF I/O engine is allowed to start a new page.
API unit family: TMSFNCGraphicsPDFEngine
Parameters
| Name | Description |
|---|---|
Sender |
The PDF I/O component that fired the event. |
APDFLib |
The PDF library instance managing the current export. |
AExportObject |
The export object describing the current element being exported. |
ACanCreate |
Set by the handler to False to suppress new-page creation; defaults to True. |