PostConvertActionHandler Delegate |
The delegate type for handling the PostConvertAction event of PdfConverter class.
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic 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