PDFReaderControls.NET Standard Class Reference

TextMatchEnumerator.Progress Event

Fired before the content for a next page is searched.

public event ProgressEventHandler Progress;

Event Data

The event handler receives an argument of type ProgressEventArgs containing data related to this event. The following ProgressEventArgs properties provide information specific to this event.

Property Description
CurrentIndex The new (zero-based) page index in the pages to search in to find text.
TotalPages The total number of pages used to find text.

Remarks

When the Find is done on Page base, this event will be fired once, just before the page is searched. In this context this event is not very usefull.

See Also

TextMatchEnumerator Class | TallComponents.PDF.ReaderControls Namespace