ExpertPdf Html to Pdf Converter Library
PostConvertActionHandler Delegate
NamespacesExpertPdf.HtmlToPdfPostConvertActionHandler
ExpertPdf Html to Pdf Converter Library
The delegate type for handling the PostConvertAction event of PdfConverter class.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void PostConvertActionHandler(
	PostConvertActionEventArgs pcaEventArgs
)
Public Delegate Sub PostConvertActionHandler ( _
	pcaEventArgs As PostConvertActionEventArgs _
)
public delegate void PostConvertActionHandler(
	PostConvertActionEventArgs^ pcaEventArgs
)
Parameters
pcaEventArgs (PostConvertActionEventArgs)
The argument for the PostConvertAction event handler.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf) Version: 6.0.0.15153 (6.0.0.0)