HtmlToPdfPageLayoutingEndedEvent 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
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public event PdfPageLayoutingEndedDelegate PageLayoutingEndedEvent
Public Event PageLayoutingEndedEvent As PdfPageLayoutingEndedDelegate
public:
event PdfPageLayoutingEndedDelegate^ PageLayoutingEndedEvent {
void add (PdfPageLayoutingEndedDelegate^ value);
void remove (PdfPageLayoutingEndedDelegate^ value);
}
member PageLayoutingEndedEvent : IEvent<PdfPageLayoutingEndedDelegate,
EventArgs>
Value
PdfPageLayoutingEndedDelegate