Skip to main content

TdxPDFSecurityOptions Class

Stores PDF document security settings.

Declaration

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