Back to Devexpress

TdxPDFSecurityOptions Class

vcl-dxpdfdocument-f6792cc1.md

latest1.4 KB
Original Source

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

TdxPDFSecurityOptions Members

dxPDFDocument Unit