Click or drag to resize

PostConvertActionHandler Delegate

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

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

Parameters

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