annotations_permission property
annotations_permission property
Indicates whether to allow to add or modify text annotations, fill in interactive form fields.
Remarks
if PdfSecurityOptions.modify_document_permission
is also set, create or modify interactive form fields (including signature fields).
Definition:
@property
def annotations_permission(self):
...
@annotations_permission.setter
def annotations_permission(self, value):
...
See Also
- module
aspose.cells.rendering.pdfsecurity
- class
PdfSecurityOptions