TextMatchType
TextMatchType enumeration
Gibt den Textübereinstimmungstyp in Zeichenfolge an.
public enum TextMatchType
Werte
Name | Wert | Beschreibung |
---|---|---|
Exact | 0 |
Text stimmt vollständig mit Wert überein. |
StartsWith | 1 |
Text beginnt mit Wert. |
EndsWith | 2 |
Text endet mit Wert. |
Contains | 3 |
Text enthält den Wert. |
Siehe auch
- namensraum GroupDocs.Signature.Domain
- Montage GroupDocs.Signature