TdxPSPDFSecurityOptions.AllowActions Property
Specifies user access permissions for a PDF document.
Declaration
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].