SignatureType Enumeration |
Defines supported types of signatures for various processes like Sign, Verify, Search, Update, Delete
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic enum SignatureType
Public Enumeration SignatureType
public enum class SignatureType
Members
| Member name | Value | Description |
---|
| Unknown | 0 | Indicates an error, unknown signature type. |
| Text | 1 | The Text Signature type |
| Image | 2 | The Image Signature type |
| Barcode | 3 | The Barcode Signature type |
| QrCode | 4 | The QR-Code Signature type |
| Stamp | 5 | The Stamp Signature type |
| Metadata | 6 | The Metadata Signature type |
| FormField | 7 | The FormField Signature type |
| Digital | 8 | The Digital Signature type |
See Also