The region that encloses the match. You can use this to e.g. highlight the match.

Namespace: TallComponents.PDF.TextExtraction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public Region CreateRegion()
Visual Basic
Public Function CreateRegion As Region

Remarks

The region is specified in Page space. Use PagesViewer.PageToClient or PagesViewer.PageToDocument to transform to other spaces.

See Also