AnnotationRedaction Constructor (String, String) |
Initializes a new instance of AnnotationRedaction class.
Namespace: GroupDocs.Redaction.RedactionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 22.8
Syntaxpublic AnnotationRedaction(
string pattern,
string replacement
)
Public Sub New (
pattern As String,
replacement As String
)
public:
AnnotationRedaction(
String^ pattern,
String^ replacement
)
new :
pattern : string *
replacement : string -> AnnotationRedaction
Parameters
- pattern
- Type: SystemString
Regular expression to match - replacement
- Type: SystemString
Textual replacement for matched text
See Also