Link Search Menu Expand Document

PasswordEventHandler Delegate

Represents parameters for PasswordRequired event.

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-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