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

TdxPDFSecurityOptions Class

Stores PDF document security settings.

#Declaration

Delphi
TdxPDFSecurityOptions = class(
    TPersistent
)

#Remarks

This class has the following members that allow you to:

  • Switch between available encryption algorithms (Algorithm).

  • Set user and owner access passwords (UserPassword and OwnerPassword).

  • Specify user access permissions in an encrypted document (Permissions).

  • Encrypt the document and enable password protection (Enabled).

  • Reset PDF security settings (Reset).

A PDF document’s SecurityOptions property references a TdxPDFSecurityOptions object.

#Inheritance

TObject
TPersistent
TdxPDFSecurityOptions
See Also