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

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public Action<PdfTextPageRenderInfo> OnAfterPageRender { get; set; }

Property Value

ActionPdfTextPageRenderInfo

See Also