The PdfHtmlWithPlaceHolders type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | HtmlLoadedEvent |
The event is raised right after the converter finished the HTML document loading and before starting
the rendering to PDF
(Inherited from PdfHtml.) |
![]() | LayoutingInPdfPageEvent |
The event is raised when the converter prepares to layout the HTML with placeholders in a PDF page
|
![]() | PageCreatingEvent |
This event can be used to configure the PDF page before starting layouting.
For example, it is possible to set a custom header and footer for page or to
hide the header and footer from page. The event handler must be
set before adding this object to a page
(Inherited from PdfHtml.) |
![]() | PageLayoutingEndedEvent |
The event is raised after the converter finished to layout the objects in a PDF page.
This event can be used to layout PDF objects in the foreground of the PDF page
after the main HTML content was laid out in page. The event handler must be
set before adding this object to a page
(Inherited from PdfHtml.) |
![]() | PageLayoutingEvent |
The event is raised when the HTML to PDF object prepares to layout the objects in a PDF page.
This event can be used to layout PDF objects in the background of the PDF page
before the main HTML content is laid out in page. The event handler must be
set before adding this object to a page
(Inherited from PdfHtml.) |
See Also