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

TdxPSPDFSecurityOptions.AllowActions Property

Specifies user access permissions for a PDF document.

#Declaration

Delphi
property AllowActions: TdxPSPDFDocumentActions read; write;

#Property Value

Type
TdxPSPDFDocumentActions

#Remarks

Use this property to specify which actions are available to users in a PDF document.

Value

Description

pdaPrint

Allows printing a PDF document.

pdaContentCopy

Allows copying a PDF document’s content.

pdaContentEdit

Allows editing a PDF document.

pdaComment

Allows adding comments and other markups to a PDF document.

pdaPrintHighResolution

Allows printing a PDF document in high resolution.

This option is in effect only if a 128-bit encryption is used.

pdaDocumentAssemble

Allows assembling multiple PDF documents.

This option is in effect only if a 128-bit encryption is used.

Note

If a PDF document is opened using the owner password, any of the above actions are permitted.

The default value of the AllowActions property is [pdaPrint, pdaPrintHighResolution, pdaContentCopy, pdaContentEdit, pdaComment, pdaDocumentAssemble].

See Also