Enum which specifies the style for a SignatureAppearance.
Namespace: TallComponents.PDF.Annotations.WidgetsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public enum SignatureAppearanceStyle |
| Visual Basic |
|---|
Public Enumeration SignatureAppearanceStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| TextOnly | 0 | The text will use all space. | |
| ImageOnly | 1 | The image will use all space | |
| ImageAndText | 2 | On the left side an image will be placed, if no image is given an empty image is used. On the right side the text is placed. | |
| NameAndText | 3 | On the left side the name of the signer is used. On the right side the text is placed. |