PdfEncryptionDetails constructor

PdfEncryptionDetails(userPassword, ownerPassword)

Initializes an instance of this class.

PdfEncryptionDetails(userPassword: string, ownerPassword: string)
ParameterTypeDescription
userPasswordstring
ownerPasswordstring

PdfEncryptionDetails(userPassword, ownerPassword, permissions)

Initializes an instance of this class.

PdfEncryptionDetails(userPassword: string, ownerPassword: string, permissions: Aspose.Words.Saving.PdfPermissions)
ParameterTypeDescription
userPasswordstring
ownerPasswordstring
permissionsPdfPermissions

See Also