Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FoundPosition Class / Bounds Property

In This Topic
    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