PasswordEvent

Top  Previous  Next

Triggers whenever a PDF document which is password protected is being accessed.

 

 

Handle this event to provide the password for the password protected document. Set Continue to True if the operation needs to be continued. Otherwise, set it to False.

 

 

 

Syntax

 

 

[VC++]

__event OnPassword(BSTR FAR* Password, BOOL FAR* Continue, long Tries);

 

[VC++]

public abstract new void OnPassword ( String Password , Boolean Continue , Int32 Tries )

 

[VB]

Event OnPassword(Password As String, Continue As Boolean, Tries As Long)

 

 

 

Parameters

 

 

Password

Specify the password.

 

 

Continue

Indicates to continue the event.

 

Tries

Indicates the number of this event is called.