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: 21.1.0
Syntax
public event BeforeRenderNextPageHandler BeforeRenderNextPageEvent

Value

BeforeRenderNextPageHandler
See Also