Fired before the content for a next page is searched.

Namespace: TallComponents.PDF.TextExtraction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public event ProgressEventHandler Progress
Visual Basic
Public Event Progress As ProgressEventHandler

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