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.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public event BeforeRenderPdfPageDelegate BeforeRenderPdfPageEvent
Visual Basic
Public Event BeforeRenderPdfPageEvent As BeforeRenderPdfPageDelegate
Visual C++
public:
 event BeforeRenderPdfPageDelegate^ BeforeRenderPdfPageEvent {
	void add (BeforeRenderPdfPageDelegate^ value);
	void remove (BeforeRenderPdfPageDelegate^ value);
}

Value

Type: EvoPdf..::..BeforeRenderPdfPageDelegate

See Also