IBaseRendererParsingError EventByteScout PDF Renderer SDK
Raised on PDF document parsing errors. This usually indicates a damaged document.

Namespace:  Bytescout.PDFRenderer
Assembly:  Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.1.4800-master
Syntax

event BaseRendererParsingErrorEventHandler ParsingError

Value

Type: Bytescout.PDFRendererBaseRendererParsingErrorEventHandler
Remarks

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

Reference