PasswordEventHandler DelegateByteScout Text Recognition SDK
Represents parameters for PasswordRequired event.

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