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

Property Value

ListPdfRenderedRectangle

See Also