Class PdfEncryptionDetails
PdfEncryptionDetails class
Contient les détails d’un cryptage PDF.
public class PdfEncryptionDetails
Constructeurs
Nom | La description |
---|
PdfEncryptionDetails(string, string, PdfEncryptionAlgorithm) | Initialise une nouvelle instance duPdfEncryptionDetails classe. |
Propriétés
Nom | La description |
---|
EncryptionAlgorithm { get; set; } | Obtient ou définit le mode de chiffrement. |
OwnerPassword { get; set; } | Obtient ou définit le mot de passe du propriétaire. |
Permissions { get; set; } | Obtient ou définit les autorisations. |
UserPassword { get; set; } | Obtient ou définit le mot de passe utilisateur. |
Voir également