TextMatchType
TextMatchType enumeration
Specifies text match type in string.
public enum TextMatchType
Values
Name | Value | Description |
---|---|---|
Exact | 0 |
Text fully matches value. |
StartsWith | 1 |
Text starts with value. |
EndsWith | 2 |
Text ends with value. |
Contains | 3 |
Text contains the value. |
See Also
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature