remove_annotations property

remove_annotations property

Enables removing annotation from the output PDF file.

Remarks

For code example, see this documentation.

Definition:

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

See Also