PdfDigitalSignatureAppearance
Leave feedback
On this page
Describes appearance of Digital Signature are on PDF documents.
public sealed class PdfDigitalSignatureAppearance : SignatureAppearance
| Name | Description |
|---|---|
| PdfDigitalSignatureAppearance() | Creates signature appearance object with default values. |
| Name | Description |
|---|---|
| Background { get; set; } | Get or set background color of signature appearance. By default the value is SystemColors.Windows |
| ContactInfoLabel { get; set; } | Gets or sets contact info label. Default value: “Contact”. if this value is empty then no contact label will appear on digital signature area. |
| DateSignedAtLabel { get; set; } | Gets or sets date signed label. Default value: “Date”. |
| DigitalSignedLabel { get; set; } | Gets or sets digital signed label. Default value: “Digitally signed by”. |
| FontFamilyName { get; set; } | Gets or sets the Font family name to display the labels. Default value is “Arial”. |
| FontSize { get; set; } | Gets or sets the Font size to display the labels. Default value is 10. |
| Foreground { get; set; } | Get or set foreground text color of signature appearance. By default the value is Color.FromArgb(76, 100, 255) |
| IsForegroundImage { get; set; } | Gets or sets a value indicating whether the image in the signature appearance is drawn as a foreground image. Default value: false. |
| LocationLabel { get; set; } | Gets or sets location label. Default value: “Location”. if this value is empty then no location label will appear on digital signature area. |
| ReasonLabel { get; set; } | Gets or sets reason label. Default value: “Reason”. if this value is empty then no reason label will appear on digital signature area. |
Learn more
- See more simple examples on creating digital electronic signatures with GroupDocs.Signature: Advanced signing document with Digital electronic signatures
- See more advanced examples of settings of various electronic signature with GroupDocs.Signature: Advanced electronic signatures properties
- class SignatureAppearance
- namespace GroupDocs.Signature.Options.Appearances
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.