PdfTextElementOnPageRendered Property

Optional callback triggered after rendering on each document page. Receives the document page number and the bounding box of the rendered area. The bounding box is relative to the container in which the text element was added. When the text is added directly to a page, the bounding box is page-relative. When the text is added to a template, including placeholder-based text rendered later, the bounding box is template-relative

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public Action<int, PdfRectangleF> OnPageRendered { get; set; }

Property Value

ActionInt32, PdfRectangleF

See Also