TextSearchCriteria Constructor (Regex) |
Initializes a new instance of the
TextSearchCriteria class with a specified regular expression.
Namespace: GroupDocs.Watermark.Search.SearchCriteriaAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic TextSearchCriteria(
Regex pattern
)
Public Sub New (
pattern As Regex
)
public:
TextSearchCriteria(
Regex^ pattern
)
new :
pattern : Regex -> TextSearchCriteria
Parameters
- pattern
- Type: System.Text.RegularExpressionsRegex
The regular expression to match.
See Also