Bounds Property (FoundPosition)
In This Topic
Gets the array of GrapeCity.Documents.Common.Quadrilateral defining the area of found text on the page.
Syntax
'Declaration
Public ReadOnly Property Bounds As Quadrilateral()
public Quadrilateral[] Bounds {get;}
See Also