remove_annotations property

remove_annotations property

The property enables removing annotations from the output PDF file.

For a code example, see the documentation: https://docs.groupdocs.com/viewer/net/optimization-pdf-remove-annotations/

Definition:

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

See Also