PdfElementRenderInfoRenderedRectangles Property

The list of areas where the element was rendered, in order. Static graphic elements such as lines, circles, ellipses, rectangles and paths produce a single entry; text elements that span multiple pages produce one entry per page

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