PdfEncryptionInfo.UserPassword

PdfEncryptionInfo.UserPassword property

Gets or sets the User password.

public string UserPassword { get; set; }

Property Value

The user password.

Remarks

Opening the document with the correct user password (or opening a document that does not have a user password) allows additional operations to be performed according to the user access permissions specified in the document’s encryption dictionary.

See Also