if the MatchText in more lines( >=2 ),the results can not contain by one Rectangle. So we need a list to save data. Gets the bounds of the searched text of this System.Drawing RectangleF structure.

Namespace: Spire.Pdf.General.Find
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public List<RectangleF> TextBounds { get; }
Public ReadOnly Property TextBounds As List(Of RectangleF)
	Get
public:
property List<RectangleF>^ TextBounds {
	List<RectangleF>^ get ();
}
member TextBounds : List<RectangleF> with get

Property Value

List<(Of <(<'RectangleF>)>)>

See Also