Aspose::TeX::Presentation::Pdf::PdfEncryptionDetails::set_UserPassword method

PdfEncryptionDetails::set_UserPassword method

Sets the User password.

void Aspose::TeX::Presentation::Pdf::PdfEncryptionDetails::set_UserPassword(System::String value)

Remarks

The user password.

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