Enumerates all text matches as returned by Document.Find or Page.Find.

Namespace: TallComponents.PDF.TextExtraction
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class TextMatchEnumerator : IEnumerator, 
	IEnumerable<TextMatch>, IEnumerable
Visual Basic
Public Class TextMatchEnumerator _
	Implements IEnumerator, IEnumerable(Of TextMatch),  _
	IEnumerable

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.TextExtraction..::..TextMatchEnumerator

See Also