Method Find

Namespace TallComponents.PDF
Class Page

Find text in this page.

An enumerator is returned, not a collection, because the next TextMatch is evaluated lazily.

Syntax

public  TextMatchEnumerator  Find( TextFindCriteria  findCriteria )

Returns

TextMatchEnumerator

An enumerator that lets you enumerate over all TextMatch elements. Glyphs are sorted by their positions.

Parameters


TextFindCriteria findCriteria
Specifies find criteria.