Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
[!:DocumentParser.ParsingLog] event handler delegate.
Namespace: ByteScout.InvoiceParser
Assembly: ByteScout.InvoiceParser (in ByteScout.InvoiceParser.dll) Version: 3.0.0.357-master
Syntax
public delegate void ParsingLogEventHandler( Object sender, string templateId, string message )
Parameters
- sender
- Type: SystemObject
Message sender. - templateId
- Type: SystemString
- message
- Type: SystemString
Message text.
See Also