EraseMetadataRedaction constructor
__init__(self)
Initializes a new instance of EraseMetadataRedaction class, erasing all metadata.
def __init__(self):
...
__init__(self, filter)
Initializes a new instance of EraseMetadataRedaction class, erasing metadata, matching specific combination of MetadataFilters.
def __init__(self, filter):
...
| Parameter | Type | Description |
|---|---|---|
| filter | MetadataFilters |
Filter for metadata to erase |
See Also
- module
groupdocs.redaction.redactions - class
EraseMetadataRedaction - class
MetadataFilters