EVO HTML to PDF Converter

HtmlToPdfConverterBeforeRenderPdfPageEvent Event

EVO HTML to PDF Converter for .NET Documentation
The event is raised right before the page is rendered by HTML to PDF converter. 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.

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public event BeforeRenderPdfPageDelegate BeforeRenderPdfPageEvent

Value

Type: EvoPdfBeforeRenderPdfPageDelegate
See Also

Reference