TextSignatureImplementation Enumeration |
Specifies type of implementation for PDF text signature.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic enum TextSignatureImplementation
Public Enumeration TextSignatureImplementation
public enum class TextSignatureImplementation
type TextSignatureImplementation
Members
| Member name | Value | Description |
---|
| Native | 1 |
Text Signature as native text object on document page.
|
| Image | 2 |
Text Signature as Image object on document page.
|
| Annotation | 3 |
Text Signature as Text Annotation object on PDF page.
Annotations are visible only for Licensed version.
|
| Sticker | 4 |
Text Signature as Sticker object on PDF page.
|
| FormField | 5 |
Text Signature as text in specified form field.
With this type of implementation could be used only TextSignOptions.Text,
TextSignOptions.FormTextFieldType and TextSignOptions.FormTextFieldTitle options.
|
| Watermark | 6 |
Text Signature as watermark on document page.
|
See Also