Link Search Menu Expand Document

BaseExtractorParsingErrorEventHandler Delegate

Defines ParsingError event parameters.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public delegate void ParsingErrorEventHandler(
	Object sender,
	string exceptionInfo,
	ref bool abort
)

Parameters

sender
Type: SystemObject
Event sender.
exceptionInfo
Type: SystemString
Internal information about the parsing error.
abort
Type: SystemBoolean
Interruption flag. If true the extractor will throw an exception that interrupts the processing.
See Also

Reference