Move to the next text match. After calling this method, Current only points to a valid object if this method returns true.

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

Syntax

C#
public bool MoveNext()
Visual Basic
Public Function MoveNext As Boolean

Return Value

True if and only if next text match is found.

Implements

IEnumerator..::..MoveNext()()()()

See Also