PdfTextRenderInfoPages Property

The per-page render information, one entry per page on which a portion of the text was drawn. Each entry combines the page rectangle (bounds, rotated quad, page dimensions) with the substring of text rendered on that page

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public List<PdfTextPageRenderInfo> Pages { get; }

Property Value

ListPdfTextPageRenderInfo

See Also