Table of Contents
VisibleRects Property

Gets the visible rectangles of the element.

Syntax
 public PdfPageRectangle[] VisibleRects { get; }
Remarks

An element may have multiple visible rectangles. For example, a paragraph that spans into multiple lines need a rectangle for each line.

See Also