TdxPDFSecurityOptions.Enabled Property
In This Article
Specifies if a PDF document is encrypted.
#Declaration
Delphi
property Enabled: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to encrypt the saved document with the selected algorithm and add any of the following security options:
The Enabled property’s default value is False.
See Also