Scrolls into view and selects the text match.

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

Syntax

C#
public void SelectText(
	TextMatch textMatch
)
Visual Basic
Public Sub SelectText ( _
	textMatch As TextMatch _
)

Parameters

textMatch
Type: TallComponents.PDF.TextExtraction..::..TextMatch
Show and select this text match.

See Also