|
THotPDF.ActivateProtection
|
Haut Précédent Suivant |
|
Determines whether the PDF document is encrypted.
Syntaxe Delphi : property ActivateProtection: Boolean;
Syntaxe C++ : __property bool ActivateProtection;
Description A PDF document can be encrypted to protect its contents from unauthorized access. Set ActivateProtection to true to enable PDF encryption or Set ActivateProtection to false to disable PDF encryption. Default value: false
Exemple de code
Voir aussi: CryptKeyLength, OwnerPassword, ProtectOptions, UserPassword
|