Click or drag to resize

PdfConverterBeforeRenderNextPageEvent Event

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.

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

Value

Type: ExpertPdf.HtmlToPdfBeforeRenderNextPageHandler
See Also