access_permissions property

access_permissions property

Contains a set of flags specifying which access permissions should be granted when the document is opened with user access. See PdfAccessPermissions.

Definition:

@property
def access_permissions(self):
    ...

@access_permissions.setter
def access_permissions(self, value):
    ...

See Also