SignatureType
SignatureType enumeration
Defines supported types of signatures for various processes like Sign, Verify, Search, Update, Delete
public enum SignatureType
Values
| 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
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature