Click or drag to resize

PdfConverterPostConvertActionEvent Event

A event raised by converter before saving the document. The argument of this event offers access to the PDF document created by the converter. The PDF document can be further customized by adding new pages, texts, images, other HTML documents, bookmarks, links, digital signatures, templates and watermarks.

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public event PostConvertActionHandler PostConvertActionEvent

Value

Type: ExpertPdf.HtmlToPdfPostConvertActionHandler
See Also