OCRAnalyzerProgressEventHandler Delegate
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Defines Progress event parameters.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public delegate void ProgressEventHandler( Object sender, string message, double progress, ref bool cancel )
Parameters
- sender
 - Type: SystemObject
Event sender. - message
 - Type: SystemString
Event description. - progress
 - Type: SystemDouble
Progress value from 0 to 100. - cancel
 - Type: SystemBoolean
Interruption flag. Set it true to interrupt the processing. 
See Also