PdfHtmlPageLayoutingEvent Event
The event is raised when the HTML to PDF object 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. The event handler must be
set before adding this object to a page
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public event PdfPageLayoutingDelegate PageLayoutingEvent
Public Event PageLayoutingEvent As PdfPageLayoutingDelegate
public:
event PdfPageLayoutingDelegate^ PageLayoutingEvent {
void add (PdfPageLayoutingDelegate^ value);
void remove (PdfPageLayoutingDelegate^ value);
}
member PageLayoutingEvent : IEvent<PdfPageLayoutingDelegate,
EventArgs>
Value
PdfPageLayoutingDelegate