TdxPDFSecurityOptions.Permissions Property
Specifies user access permissions for a protected PDF document.
Declaration
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