Property Regions
Regions
Gets where the match is drawn: one region per run that draws part of it, in page order and then in reading order.
public IReadOnlyList<ReportSearchRegion> Regions { get; }
Property Value
Remarks
Usually one. A match is drawn on more than one region when it spans a line break, a change of font, or a page boundary — a textbox that continues onto the next page has the same text and the same offsets on both, which is why a hit names its regions rather than a single rectangle.