PdfTextElementOnPageRendered Property
Optional callback triggered after rendering on each page.
Receives the page number and the bounding box of the rendered area.
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.0.0
public Action<int, PdfRectangle> OnPageRendered { get; set; }
Property Value
ActionInt32,
PdfRectangle