|
THotPDF.ActivateProtection
|
Arriba Anterior Siguiente |
|
Determines whether the PDF document is encrypted.
Sintaxis Delphi: property ActivateProtection: Boolean;
Sintaxis C++: __property bool ActivateProtection;
Descripción 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
Ejemplo de código
Véase también: CryptKeyLength, OwnerPassword, ProtectOptions, UserPassword
|