PdfEncryptionDetails.PdfEncryptionDetails

PdfEncryptionDetails constructor

Initializes a new instance of the PdfEncryptionDetailsCore class.

public PdfEncryptionDetails(string userPassword, string ownerPassword, int permissions, 
    PdfEncryptionAlgorithm encryptionAlgorithm)
ParameterTypeDescription
userPasswordStringThe user password.
ownerPasswordStringThe owner password.
permissionsInt32The permissions.
encryptionAlgorithmPdfEncryptionAlgorithmThe encryption algorithm.

See Also