|
THotPDF.ActivateProtection – vlastnost
|
Nahoru Předchozí Další |
|
Determines whether the PDF document is encrypted.
Syntaxe Delphi: property ActivateProtection: Boolean;
Syntaxe C++: __property bool ActivateProtection;
Popis 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
Příklad kódu
Viz také: CryptKeyLength, OwnerPassword, ProtectOptions, UserPassword
|