[]
Represents properties used to generate signature appearance when a document is signed.
public class SignatureAppearance
| Name | Description |
|---|---|
| SignatureAppearance() | Initializes a new instance of the SignatureAppearance class. |
| Name | Description |
|---|---|
| BackColor | Gets or sets the back color, if not specified then BackColor will be used. |
| Border | Gets or sets the border, if null then Border will be used. |
| Caption | Gets or sets the signature's caption. This field can be empty, in this case caption is generated as: {SignatureProperties.SignerName} ({SignatureProperties.Location})\r\n{SignatureProperties.SigningDateTime} |
| CaptionImageRelation | Gets or sets a value indicating how to position the signature's caption relative to image. |
| Image | Gets or sets the signature’s image. |
| TextFormat | Gets or sets the TextFormat object defining text format. FontSize can be 0 in this case text will be fit in available bounds. |