Skip to main content
All docs
V26.1
  • TextSearchInfo.GetRectangles() Method

    Obtains all rectangles that contain the text search results.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public IEnumerable<OrientedRectangle> GetRectangles()

    Returns

    Type Description
    IEnumerable<OrientedRectangle>

    An enumeration of rectangles that contain the text search results.

    See Also