PdfEncryptionInfo

PdfEncryptionInfo constructor

Initializes a new instance of the PdfEncryptionInfo class.

public PdfEncryptionInfo(string userPassword, string ownerPassword, PdfPermissions permissions, 
    PdfEncryptionAlgorithm encryptionAlgorithm)
ParameterTypeDescription
userPasswordStringThe user password.
ownerPasswordStringThe owner password.
permissionsPdfPermissionsThe permissions.
encryptionAlgorithmPdfEncryptionAlgorithmThe encryption algorithm.

See Also