Used by find text cross line
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.Drawring RectangleF structure.
Namespace: Spire.Pdf.General.FindAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public List<RectangleF> Boundses { get; }
Public ReadOnly Property Boundses As List(Of RectangleF) Get
public: property List<RectangleF>^ Boundses { List<RectangleF>^ get (); }
member Boundses : List<RectangleF> with get