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.dll) Version: 9.2.0.25824 (9.2.0.0)