1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Domain
  6. /
  7. TextMatchType

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