Back to Devexpress

TdxPDFSecurityOptions.Permissions Property

vcl-dxpdfdocument-dot-tdxpdfsecurityoptions-1e4bf77c.md

latest1.3 KB
Original Source

TdxPDFSecurityOptions.Permissions Property

Specifies user access permissions for a protected PDF document.

Declaration

delphi
property Permissions: TdxPDFDocumentPermissions read; write;

Property Value

Type
TdxPDFDocumentPermissions

Remarks

Remove a user access permission flag from the Permissions property to restrict the corresponding action for a protected PDF document in user access mode. Refer to the TdxPDFDocumentPermission type description for detailed information on available permission flags.

Note

A consumer application does not impose any restrictions on available actions if a user enters the owner password to open an encrypted PDF document.

The Permissions property’s default value is [Low(TdxPDFDocumentPermission)..High(TdxPDFDocumentPermission)].

See Also

TdxPDFSecurityOptions Class

TdxPDFSecurityOptions Members

dxPDFDocument Unit