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

    Returns a collection of rectangles that are occupied by the items in the text match group.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public IEnumerable<OrientedRectangle> GetRectangles()

    Returns

    Type Description
    IEnumerable<OrientedRectangle>

    A collection of rectangles that are occupied by the items in the text match group.

    See Also