The delegate type for handling the PostConvertAction event of PdfConverter class.

C# | Visual Basic | Visual C++ |
public delegate void PostConvertActionHandler( PostConvertActionEventArgs pcaEventArgs )
Public Delegate Sub PostConvertActionHandler ( pcaEventArgs As PostConvertActionEventArgs )
public delegate void PostConvertActionHandler( PostConvertActionEventArgs^ pcaEventArgs )

- pcaEventArgs (PostConvertActionEventArgs)
- The argument for the PostConvertAction event handler.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)