Link Search Menu Expand Document

BatchProcessingProcessingCallback Delegate

Callback delegate to get progress information from batch precessing methods.

Namespace:ByteScout.DocumentParser
Assembly: 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

Reference