TdxPDFDocumentPermissions Type
A set of user access permissions in a PDF document.
Declaration
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