DeleteAnnotationRedaction
DeleteAnnotationRedaction()
Initializes a new instance of DeleteAnnotationRedaction class, with settings to delete all annotations (matching everything).
public DeleteAnnotationRedaction()
See Also
- class DeleteAnnotationRedaction
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction
DeleteAnnotationRedaction(string)
Initializes a new instance of DeleteAnnotationRedaction class, deleting annotations matching given expression.
public DeleteAnnotationRedaction(string pattern)
Parameter | Type | Description |
---|---|---|
pattern | String | Regular expression |
See Also
- class DeleteAnnotationRedaction
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction
DeleteAnnotationRedaction(Regex)
Initializes a new instance of DeleteAnnotationRedaction class, deleting annotations matching given expression.
public DeleteAnnotationRedaction(Regex regex)
Parameter | Type | Description |
---|---|---|
regex | Regex | Regular expression |
See Also
- class DeleteAnnotationRedaction
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction