TPDFlibPasswordEvent
Data types, events
Description
Supplies a replacement password or cancels an encrypted document load after a rejected credential
Syntax
TPDFlibPasswordEvent = Procedure(Sender: TObject; AttemptNumber: Integer; Var Password: WideString; Var Retry: Boolean) Of Object;Parameters
| Sender | The TPDFlib instance performing the load |
|---|---|
| AttemptNumber | The one-based number of the next attempt |
| Password | The credential that will be tried when retrying |
| Retry | Set to true to perform the next attempt |