extract_content_permission property

extract_content_permission property

Indicates whether to allow to copy or otherwise extract text and graphics from the document by operations other than that controlled by PdfSecurityOptions.accessibility_extract_content.

Definition:

@property
def extract_content_permission(self):
    ...
@extract_content_permission.setter
def extract_content_permission(self, value):
    ...

See Also