Table of Contents

Property Regions

Namespace
DocWright.Reporting.Viewer
Assembly
DocWright.Reporting.Viewer.dll

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

IReadOnlyList<ReportSearchRegion>

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.