BaseExtractorParsingError EventByteScout PDF Extractor SDK
Raised on PDF document parsing errors. This usually indicates a damaged document.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public event BaseExtractorParsingErrorEventHandler ParsingError

Value

Type: Bytescout.PDFExtractorBaseExtractorParsingErrorEventHandler

Implements

IBaseExtractorParsingError
Remarks

If this event is handled, and the abort in the event args was set to false, the extractor will skip the error and try to process the document further. Otherwise the extractor will throw an exception interrupting the processing.
See Also

Reference