Fired before the content for a next page is searched.
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. |
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.
TextMatchEnumerator Class | TallComponents.PDF.ReaderControls Namespace