DeleteAnnotationRedaction constructor
__init__(self)
Initializes a new instance of DeleteAnnotationRedaction class, with settings to delete all annotations (matching everything).
def __init__(self):
...
__init__(self, pattern)
Initializes a new instance of DeleteAnnotationRedaction class, deleting annotations matching given expression.
def __init__(self, pattern):
...
| Parameter | Type | Description |
|---|---|---|
| pattern | str | Regular expression |
See Also
- module
groupdocs.redaction.redactions - class
DeleteAnnotationRedaction