Clase PdfEncryptionDetails de Aspose::Page::XPS::Presentation::Pdf
PdfEncryptionDetails class
Contiene detalles de un cifrado PDF.
class PdfEncryptionDetails : public System::Object
Métodos
| Método | Descripción |
|---|---|
| get_EncryptionAlgorithm() const | Obtiene el modo de encriptación. |
| get_OwnerPassword() const | Obtiene la contraseña del propietario. |
| get_Permissions() const | Obtiene los permisos. |
| get_UserPassword() const | Obtiene la contraseña del usuario. |
| PdfEncryptionDetails(System::String, System::String, int32_t, PdfEncryptionAlgorithm) | Inicializa una nueva instancia de la clase PdfEncryptionDetailsCore. |
| set_EncryptionAlgorithm(PdfEncryptionAlgorithm) | Establece el modo de cifrado. |
| set_OwnerPassword(System::String) | Establece la contraseña del propietario. |
| set_Permissions(int32_t) | Establece los permisos. |
| set_UserPassword(System::String) | Establece la contraseña del usuario. |
Ver también
- Class Object
- Namespace Aspose::Page::XPS::Presentation::Pdf
- Library Aspose.Page for C++