DeleteAnnotationRedactionExpression Property |
Gets the regular expression to match.
Namespace: GroupDocs.Redaction.RedactionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxpublic Regex Expression { get; }
Public ReadOnly Property Expression As Regex
Get
public:
property Regex^ Expression {
Regex^ get ();
}
member Expression : Regex with get
Property Value
Type:
Regex
See Also