THotPDF.ActivateProtection Property
HotPDF Delphi PDF Component Developer Guide loslab Logo

 

THotPDF.ActivateProtection

THotPDF

 

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

 

Example

 

See also: CryptKeyLength, OwnerPassword, ProtectOptions, UserPassword

 

Copyright©2007-2019 losLab.com