DeleteAnnotationRedaction Constructor (Regex) |
Initializes a new instance of DeleteAnnotationRedaction class, deleting annotations matching given expression.
Namespace: GroupDocs.Redaction.RedactionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxpublic DeleteAnnotationRedaction(
Regex regex
)
Public Sub New (
regex As Regex
)
public:
DeleteAnnotationRedaction(
Regex^ regex
)
new :
regex : Regex -> DeleteAnnotationRedaction
Parameters
- regex
- Type: System.Text.RegularExpressionsRegex
Regular expression
See Also