HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.ActivateProtection
|
Top Previous Next |
|
Determines whether the PDF document is encrypted.
Delphi syntax: property ActivateProtection: Boolean;
C++ syntax: __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
Code Example
See also: CryptKeyLength, OwnerPassword, ProtectOptions, UserPassword
|