Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetUserPassword method

PdfSecurityOptions::SetUserPassword(const U16String&) method

Gets or sets the user password required for opening the encrypted PDF document.

void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetUserPassword(const U16String &value)

Remarks

The owner password or user password will be required to open an encrypted PDF document for viewing.

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.

Opening the document with the correct owner password allows full access to the document.

Opening the document with the correct user password (or opening a document that does not have a user password) allows limited access as the permissions specified.

See Also

PdfSecurityOptions::SetUserPassword(const char16_t*) method

Gets or sets the user password required for opening the encrypted PDF document.

void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetUserPassword(const char16_t *value)

Remarks

The owner password or user password will be required to open an encrypted PDF document for viewing.

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.

Opening the document with the correct owner password allows full access to the document.

Opening the document with the correct user password (or opening a document that does not have a user password) allows limited access as the permissions specified.

See Also