EncryptOptions
Overview
EncryptOptions is a interface in Aspose.PDF FOSS for TypeScript.
Properties: algorithm, encryptMetadata, ownerPassword, permissions, userPassword.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
userPassword | : string | Read | Gets the user password. |
ownerPassword | : string | Read | Gets the owner password. |
algorithm | : 'aes256' | 'aes128' | 'rc4' | Read | Gets the algorithm. |
permissions | : Permissions | Read | Gets the permissions. |
encryptMetadata | : boolean | Read | Gets the encrypt metadata. |