Aspose::Words::Saving::PdfEncryptionDetails class
Contents
[
Hide
]PdfEncryptionDetails class
Contains details for encrypting and access permissions for a PDF document. To learn more, visit the Protect or Encrypt a Document documentation article.
class PdfEncryptionDetails : public System::Object
Methods
Method | Description |
---|---|
get_OwnerPassword() const | Specifies the owner password for the encrypted PDF document. |
get_Permissions() const | Specifies the operations that are allowed to a user on an encrypted PDF document. The default value is DisallowAll. |
get_UserPassword() const | Specifies the user password required for opening the encrypted PDF document. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
PdfEncryptionDetails(const System::String&, const System::String&) | Initializes an instance of this class. |
PdfEncryptionDetails(const System::String&, const System::String&, Aspose::Words::Saving::PdfPermissions) | Initializes an instance of this class. |
set_OwnerPassword(const System::String&) | Setter for Aspose::Words::Saving::PdfEncryptionDetails::get_OwnerPassword. |
set_Permissions(Aspose::Words::Saving::PdfPermissions) | Specifies the operations that are allowed to a user on an encrypted PDF document. The default value is DisallowAll. |
set_UserPassword(const System::String&) | Setter for Aspose::Words::Saving::PdfEncryptionDetails::get_UserPassword. |
static Type() |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++