PdfHtmlPageLayoutingEndedEvent Event

The event is raised after the converter finished to layout the objects in a PDF page. This event can be used to layout PDF objects in the foreground of the PDF page after the main HTML content was laid out in page. The event handler must be set before adding this object to a page

Definition

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

Value

PdfPageLayoutingEndedDelegate

See Also