PdfExportAfterEvent
Represents event arguments triggered after the PDF export operation completes.
Provides information about the export outcome and applied settings for post-export processing.
Extends PdfExportResult to include success status and optional error information.
Props
The following table outlines the props for the PdfExportAfterEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| config | - | PDF export configuration settings applied during the export operation. Contains range, file name, dimensions, and other settings used. | |
| error | Error | undefined | Contains error information if the export operation failed. Only populated when success is false. |
| success | boolean | - | Indicates whether the PDF export operation completed successfully. |