BaseExtractorParsingErrorEventHandler Delegate
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Defines ParsingError event parameters.
Namespace:Bytescout.PDF2HTMLAssembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-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