DeleteAnnotationRedaction constructor
init
Initializes a new instance of DeleteAnnotationRedaction class, with settings to delete all annotations (matching everything).
def __init__(self):
...
init
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