Aspose::TeX::Presentation::Pdf::PdfEncryptionDetails class

PdfEncryptionDetails class

Contains details for a pdf encryption.

class PdfEncryptionDetails : public System::Object

Methods

MethodDescription
get_EncryptionAlgorithm() constGets the encryption mode.
get_OwnerPassword() constGets the Owner password.
get_Permissions() constGets the permissions.
get_UserPassword() constGets 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