Skip to main content

TdxPSPDFReportExportOptions.SecurityOptions Property

Provides access to security options applied to exported PDF documents.

Declaration

property SecurityOptions: TdxPSPDFSecurityOptions read; write;

Property Value

Type
TdxPSPDFSecurityOptions

Remarks

This property set contains all settings located on the Security page of the “PDF Export Options” dialog.

Set the SecurityOptions.Enabled property to True to encrypt all exported PDF documents and protect them with a user and/or owner password. The user password prevents unauthorized access to a document and imposes restrictions on certain actions, such as copy and print operations in a PDF Viewer application. The owner password provides unrestricted access to a document.

Refer to the TdxPSPDFSecurityOptions class description for detailed information on available settings.

See Also