BatchProcessingProcessingCallback 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
Callback delegate to get progress information from batch precessing methods.
Namespace:ByteScout.DocumentParserAssembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public delegate void ProcessingCallback( string fileName, bool parsingResult, double progress, Exception innerException, ref bool cancel )
Parameters
- fileName
- Type: SystemString
File name. - parsingResult
- Type: SystemBoolean
Parsing result. - progress
- Type: SystemDouble
Current progress in percents. - innerException
- Type: SystemException
Exception information in case of error. - cancel
- Type: SystemBoolean
Set to true to interrupt the batch processing.
See Also