PostConvertActionHandler Delegate |
The delegate type for handling the PostConvertAction event of PdfConverter class.
Namespace: ExpertPdf.HtmlToPdfAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic delegate void PostConvertActionHandler(
PostConvertActionEventArgs pcaEventArgs
)
Public Delegate Sub PostConvertActionHandler (
pcaEventArgs As PostConvertActionEventArgs
)
Parameters
- pcaEventArgs PostConvertActionEventArgs
- The argument for the PostConvertAction event handler.
See Also