PdfTextElementOnAfterPageRender Property
Optional callback triggered after rendering on each document page, providing
the full
PdfTextPageRenderInfo for that page.
The callback receives the geometric rectangle (including the rotated four-corner
outline, the visible portion of the bounds and the page dimensions) together
with the portion of text actually drawn on that page
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
public Action<PdfTextPageRenderInfo> OnAfterPageRender { get; set; }
Property Value
ActionPdfTextPageRenderInfo