TdxPSPDFSecurityOptions Class
In This Article
Stores security options for exported PDF documents.
#Declaration
Delphi
TdxPSPDFSecurityOptions = class(
TPersistent
)
#Remarks
This class implements PDF document export settings located on the Security page of the “PDF Export Options” dialog.
The TdxPSPDFSecurityOptions class has the following members that allow you to:
Enable security options (Enabled).
Add password protection (OwnerPassword and UserPassword).
Specify user access permissions (AllowActions).
Specify the length of the key used to encrypt a PDF document’s content (KeyLength).
A report link’s PDFExportOptions.SecurityOptions property references a TdxPSPDFSecurityOptions object.
#Inheritance
TObject
TPersistent
TdxPSPDFSecurityOptions
See Also