InvoiceParserPasswordEventHandler DelegateByteScout Invoice Parser SDK
Represents parameters for PasswordRequired event.

Namespace:  ByteScout.InvoiceParser
Assembly:  ByteScout.InvoiceParser (in ByteScout.InvoiceParser.dll) Version: 3.0.0.357-master
Syntax

public delegate void PasswordEventHandler(
	Object sender,
	out string password
)

Parameters

sender
Type: SystemObject
Event sender.
password
Type: SystemString
Use this parameter to pass the password.
See Also

Reference