Aspose::TeX::Presentation::Pdf::PdfEncryptionDetails class
PdfEncryptionDetails class
Contains details for a pdf encryption.
class PdfEncryptionDetails : public System::Object
Methods
Method | Description |
---|---|
get_EncryptionAlgorithm() const | Gets the encryption mode. |
get_OwnerPassword() const | Gets the Owner password. |
get_Permissions() const | Gets the permissions. |
get_UserPassword() const | Gets the User password. |
PdfEncryptionDetails(System::String, System::String, int32_t, PdfEncryptionAlgorithm) | Initializes a new instance of the PdfEncryptionDetailsCore class. |
set_EncryptionAlgorithm(PdfEncryptionAlgorithm) | Sets the encryption mode. |
set_OwnerPassword(System::String) | Sets the Owner password. |
set_Permissions(int32_t) | Sets the permissions. |
set_UserPassword(System::String) | Sets the User password. |
See Also
- Class Object
- Namespace Aspose::TeX::Presentation::Pdf
- Library Aspose.TeX for C++