TextSearchCriteriaPattern Property |
Gets the search pattern.
Namespace: GroupDocs.Watermark.Search.SearchCriteriaAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic Regex Pattern { get; }
Public ReadOnly Property Pattern As Regex
Get
public:
property Regex^ Pattern {
Regex^ get ();
}
member Pattern : Regex with get
Property Value
Type:
RegexThe regular expression pattern to match.
See Also