Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSPDFReportExportOptions.SecurityOptions Property

Provides access to security options applied to exported PDF documents.

#Declaration

Delphi
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