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 RectangleF Bounds { get; }
<ObsoleteAttribute("This property may be removed in the future, please use TextBounds instead.")> Public ReadOnly Property Bounds As RectangleF Get
public: [ObsoleteAttribute(L"This property may be removed in the future, please use TextBounds instead.")] property RectangleF Bounds { RectangleF get (); }
[<ObsoleteAttribute("This property may be removed in the future, please use TextBounds instead.")>] member Bounds : RectangleF with get