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: 21.1.0
Syntax
public delegate void PostConvertActionHandler(
	PostConvertActionEventArgs pcaEventArgs
)

Parameters

pcaEventArgs  PostConvertActionEventArgs
The argument for the PostConvertAction event handler.
See Also