modify_document_permission property
modify_document_permission property
Indicates whether to allow to modify the contents of the document by operations other than those controlled
by PdfSecurityOptions.annotations_permission
, PdfSecurityOptions.fill_forms_permission
and PdfSecurityOptions.assemble_document_permission
.
Definition:
@property
def modify_document_permission(self):
...
@modify_document_permission.setter
def modify_document_permission(self, value):
...
See Also
- module
aspose.cells.rendering.pdfsecurity
- class
PdfSecurityOptions