PostConvertActionHandler Delegate |
The delegate type for handling the PostConvertAction event of PdfConverter class.
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public delegate void PostConvertActionHandler(
PostConvertActionEventArgs pcaEventArgs
)
Public Delegate Sub PostConvertActionHandler (
pcaEventArgs As PostConvertActionEventArgs
)
Parameters
- pcaEventArgs
- Type: ExpertPdf.HtmlToPdfPostConvertActionEventArgs
The argument for the PostConvertAction event handler.
See Also