Back to Devexpress

TdxPDFSecurityOptions.Enabled Property

vcl-dxpdfdocument-dot-tdxpdfsecurityoptions-a85e5d53.md

latest1019 B
Original Source

TdxPDFSecurityOptions.Enabled Property

Specifies if a PDF document is encrypted.

Declaration

delphi
property Enabled: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

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

TdxPDFSecurityOptions Class

TdxPDFSecurityOptions Members

dxPDFDocument Unit