The HtmlToPdfVariableElement type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | AfterRenderPdfPageEvent |
The event is raised right after the HTML to PDF element finished PDF page rendering. The PDF page configuration like
size, orientation, header or footer is already defined and cannot be changed.
In the handler of this event PDF elements can be added in the foreground of the rendered PDF page.
(Inherited from HtmlToPdfElement.) |
![]() | BeforeRenderInPageEvent |
This event is raised right before the variable HTML is rendered in a PDF page
|
![]() | BeforeRenderPdfPageEvent |
The event is raised right before the page is rendered by HTML to PDF element. The PDF page configuration like
size, orientation, header or footer is already defined and cannot be changed.
In the handler of this event PDF elements can be added in the background of the PDF page to be rendered.
(Inherited from HtmlToPdfElement.) |
![]() | NavigationCompletedEvent |
The event is raised right after the converter finished the navigation and before rendering HTML content to PDF
(Inherited from HtmlToPdfElement.) |
![]() | PrepareRenderPdfPageEvent |
The event is raised after the HTML to PDF element created the PDF page and before starting rendering it.
In the handler of this event the PDF page configuration like size, orientation, header or footer can still be changed
before starting rendering.
(Inherited from HtmlToPdfElement.) |
See Also