Class
PasswordNeededEventArgs

Raised when a PDF password is required; provides the password value used to continue import.

Definition

Namespace:Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Import

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public class PasswordNeededEventArgs : EventArgs

Inheritance: objectEventArgsPasswordNeededEventArgs

Inherited Members EventArgs.Empty

Constructors

PasswordNeededEventArgs()

Creates a new PasswordNeededEventArgs instance used when prompting for a PDF password.

Declaration

cs-api-definition
public PasswordNeededEventArgs()

Properties

Password

Password supplied to unlock the document; used by the import workflow.

Declaration

cs-api-definition
public string Password { get; set; }

Property Value

string

The password.