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: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public List<PdfTextPageRenderInfo> Pages { get; }

Property Value

ListPdfTextPageRenderInfo

See Also