Link Search Menu Expand Document

DocumentSplitterProgressEventHandler Delegate

Defines progress event parameters.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public delegate void ProgressEventHandler(
	Object sender,
	double progress,
	ref bool cancel
)

Parameters

sender
Type: SystemObject
Event sender.
progress
Type: SystemDouble
Progress value from 0 to 100.
cancel
Type: SystemBoolean
Interruption flag. Set it true to interrupt the processing.
See Also

Reference