HtmlToPdfPageLayoutingEvent Event

The event is raised when the HTML to PDF converter 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

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public event PdfPageLayoutingDelegate PageLayoutingEvent

Value

PdfPageLayoutingDelegate

See Also