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.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