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.Drawing RectangleF structure.
Namespace: Spire.Pdf.General.FindAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This property may be removed in the future, please use TextBounds instead.")] public List<RectangleF> Boundses { get; }
<ObsoleteAttribute("This property may be removed in the future, please use TextBounds instead.")> Public ReadOnly Property Boundses As List(Of RectangleF) Get
public: [ObsoleteAttribute(L"This property may be removed in the future, please use TextBounds instead.")] property List<RectangleF>^ Boundses { List<RectangleF>^ get (); }
[<ObsoleteAttribute("This property may be removed in the future, please use TextBounds instead.")>] member Boundses : List<RectangleF> with get