Represents the signature for the method that will handle the Progress event of a TextMatchEnumerator.

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

Syntax

C#
public delegate void ProgressEventHandler(
	Object sender,
	ProgressEventArgs e
)
Visual Basic
Public Delegate Sub ProgressEventHandler ( _
	sender As Object, _
	e As ProgressEventArgs _
)

See Also