PdfConverter Events |
The PdfConverter type exposes the following members.
Name | Description | |
---|---|---|
BeforeCreateNextPageEvent |
This event is raised when the next page is about to be created to continue rendering.
The element rendering can be cancelled from the event handler of this event.
| |
BeforeRenderNextPageEvent |
This is event is raised before rendering the content on a page, including the intial page.
The element rendering can be cancelled from the event handler of this event.
| |
PostConvertActionEvent |
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.
|