PdfTextElementOnPageRendered Property

Optional callback triggered after rendering on each page. Receives the page number and the bounding box of the rendered area.

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
C#
public Action<int, PdfRectangle> OnPageRendered { get; set; }

Property Value

ActionInt32, PdfRectangle

See Also