TdxPSPDFSecurityOptions.Enabled Property
In This Article
Specifies whether security options are applied to a PDF document.
#Declaration
Delphi
property Enabled: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to encrypt a PDF document and add any of the following security options to it:
The Enabled property’s default value is False.
See Also