accessibility_extract_content property

accessibility_extract_content property

Indicates whether to allow to extract text and graphics (in support of accessibility to users with disabilities or for other purposes).

Definition:

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

See Also