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

Property Value

ListPdfTextPageRenderInfo

See Also