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

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public List<PdfRenderedRectangle> RenderedRectangles { get; }

Property Value

ListPdfRenderedRectangle

See Also