EncryptOptions

Overview

EncryptOptions is a interface in Aspose.PDF FOSS for TypeScript.

Properties: algorithm, encryptMetadata, ownerPassword, permissions, userPassword.

Properties

NameTypeAccessDescription
userPassword: stringReadGets the user password.
ownerPassword: stringReadGets the owner password.
algorithm: 'aes256' | 'aes128' | 'rc4'ReadGets the algorithm.
permissions: PermissionsReadGets the permissions.
encryptMetadata: booleanReadGets the encrypt metadata.