Click or drag to resize
PostConvertActionHandler Delegate
The delegate type for handling the PostConvertAction event of PdfConverter class.

Namespace: ExpertPdf.HtmlToPdf
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public delegate void PostConvertActionHandler(
	PostConvertActionEventArgs pcaEventArgs
)

Parameters

pcaEventArgs
Type: ExpertPdf.HtmlToPdfPostConvertActionEventArgs
The argument for the PostConvertAction event handler.
See Also