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.