ExpertPdf Html to Pdf Converter Library
PostConvertActionEvent Event
NamespacesExpertPdf.HtmlToPdfPdfConverterPostConvertActionEvent
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public event PostConvertActionHandler PostConvertActionEvent
Public Event PostConvertActionEvent As PostConvertActionHandler
public:
 event PostConvertActionHandler^ PostConvertActionEvent {
	void add (PostConvertActionHandler^ value);
	void remove (PostConvertActionHandler^ value);
}
Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)