BatchProcessingProcessingCallback DelegateByteScout Invoice Parser SDK
Callback delegate to get progress information from batch precessing methods.

Namespace:  ByteScout.InvoiceParser
Assembly:  ByteScout.InvoiceParser (in ByteScout.InvoiceParser.dll) Version: 3.0.0.357-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

Reference