hide_pdf_annotations property

hide_pdf_annotations property

The property hides annotations in PDF documents.

Definition:

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

See Also