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

TdxPDFDocumentPermissions Type

A set of user access permissions in a PDF document.

#Declaration

Delphi
TdxPDFDocumentPermissions = set of TdxPDFDocumentPermission;

#Referenced Class

Type
TdxPDFDocumentPermission

#Remarks

User access permissions are in effect when an encrypted PDF document is opened with a user password. Refer to the TdxPDFDocumentPermission type description for detailed information on individual user access permission flags.

A PDF document’s SecurityOptions.Permissions property references the TdxPDFDocumentPermissions type.

See Also