PdfEncryptionInfo

PdfEncryptionInfo class

Contiene detalles para un cifrado de pdf.

public class PdfEncryptionInfo

Constructores

NombreDescripción
PdfEncryptionInfo(string, string, PdfPermissions, PdfEncryptionAlgorithm)Inicializa una nueva instancia delPdfEncryptionInfo clase.

Propiedades

NombreDescripción
EncryptionAlgorithm { get; set; }Obtiene o establece el modo de cifrado.
OwnerPassword { get; set; }Obtiene o establece la contraseña del propietario.
Permissions { get; set; }Obtiene o establece los permisos.
UserPassword { get; set; }Obtiene o establece la contraseña de Usuario.

Ver también