Winnovative PDF Chromium for .NET Documentation
C#
Show/Hide TOC
Pdf
Text
Element
On
Page
Rendered 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#
Copy
public
Action
<
int
,
PdfRectangle
>
OnPageRendered
{
get
;
set
; }
Property Value
Action
Int32
,
PdfRectangle
See Also
Reference
PdfTextElement Class
Winnovative.Pdf.Chromium Namespace
In This Article
Definition
See Also