PDFViewerControlProgressEventHandler DelegateByteScout PDF Viewer SDK
Defines progress event parameters.

Namespace:  Bytescout.PDFViewer
Assembly:  Bytescout.PDFViewer (in Bytescout.PDFViewer.dll) Version: 13.4.1.4802-master
Syntax

public delegate void ProgressEventHandler(
	Object sender,
	OngoingOperation ongoingOperation,
	double progress,
	ref bool cancel
)

Parameters

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

Reference