EncryptionAlgorithm Property
The encryption algorithm to encrypt the document with.
Syntax
property EncryptionAlgorithm: String read get_EncryptionAlgorithm write set_EncryptionAlgorithm;
Default Value
'AES256'
Remarks
Use this property to specify the encryption algorithm to encrypt the PDF document with.
Supported values:
SB_SYMMETRIC_ALGORITHM_RC4 | RC4 | |
SB_SYMMETRIC_ALGORITHM_AES128 | AES128 | |
SB_SYMMETRIC_ALGORITHM_AES256 | AES256 |