AnnotationRedaction
AnnotationRedaction(string, string)
Initializes a new instance of AnnotationRedaction class.
public AnnotationRedaction(string pattern, string replacement)
Parameter | Type | Description |
---|---|---|
pattern | String | Regular expression to match |
replacement | String | Textual replacement for matched text |
See Also
- class AnnotationRedaction
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction
AnnotationRedaction(Regex, string)
Initializes a new instance of AnnotationRedaction class.
public AnnotationRedaction(Regex regex, string replacement)
Parameter | Type | Description |
---|---|---|
regex | Regex | Regular expression to match |
replacement | String | Textual replacement for matched text |
See Also
- class AnnotationRedaction
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction