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 Boolean  sortGlyphs Summary  summary )

Returns

TextMatchEnumerator

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

Parameters


TextFindCriteria findCriteria
Specifies find criteria.

Boolean sortGlyphs
Indicates whether glyphs should be sorted or left in the order they are defined in the PDF.

Summary summary
The summary to report messages to.