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
Returns
| Type | Description |
|---|---|
| IEnumerable<OrientedRectangle> | A collection of rectangles that are occupied by the items in the text match group. |
See Also