PdfTextRenderInfoRenderedRectangles Property
The geometric per-page entries, kept for backward compatibility.
For new code prefer
Pages, which also exposes the rendered text
for each page.
The list is parallel with
Pages and contains the same rectangle
instances
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public List<PdfRenderedRectangle> RenderedRectangles { get; }
Property Value
ListPdfRenderedRectangle