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

Property Value

ListPdfRenderedRectangle

See Also