|
THotPDF.ActivateProtection
|
Sus Anterior Următor |
|
Determină dacă documentul PDF este criptat
Delphi syntax: property ActivateProtection: Boolean;
C++ syntax: __property bool ActivateProtection;
Descriere Un document PDF poate fi criptat pentru a-i proteja conținutul împotriva accesului neautorizat. Setați ActivateProtection la true pentru a activa criptarea PDF sau la false pentru a o dezactiva Default value: false
Exemplu de cod
See also: CryptKeyLength, OwnerPassword, ProtectOptions, UserPassword
|