Aspose::Words::Saving::PdfEncryptionDetails::get_UserPassword method

PdfEncryptionDetails::get_UserPassword method

Specifies the user password required for opening the encrypted PDF document.

System::String Aspose::Words::Saving::PdfEncryptionDetails::get_UserPassword() const

Remarks

The user password will be required to open an encrypted PDF document for viewing. The permissions specified in Permissions will be enforced by the reader software.

The user password can be null or empty string, in this case no password will be required from the user when opening the PDF document. The user password cannot be the same as the owner password.

See Also