PdfDigitalSignatureAppearance class
Leave feedback
On this page
Describes appearance of Digital Signature are on PDF documents.
Inheritance: PdfDigitalSignatureAppearance →
SignatureAppearance
The PdfDigitalSignatureAppearance type exposes the following members:
| Constructor | Description |
|---|---|
| init | Creates signature appearance object with default values. |
| Property | Description |
|---|---|
| contact_info_label | Gets or sets contact info label. Default value: “Contact”.
if this value is empty then no contact label will appear on digital signature area. |
| reason_label | Gets or sets reason label. Default value: “Reason”.
if this value is empty then no reason label will appear on digital signature area. |
| location_label | Gets or sets location label. Default value: “Location”.
if this value is empty then no location label will appear on digital signature area. |
| digital_signed_label | Gets or sets digital signed label. Default value: “Digitally signed by”. |
| date_signed_at_label | Gets or sets date signed label. Default value: “Date”. |
| background | Get or set background color of signature appearance.
By default the value is SystemColors.Windows |
| font_family_name | Gets or sets the Font family name to display the labels. Default value is “Arial”. |
| font_size | Gets or sets the Font size to display the labels. Default value is 10. |
| foreground | Get or set foreground text color of signature appearance.
By default the value is Color.FromArgb(76, 100, 255) |
| is_foreground_image | Gets or sets a value indicating whether the image in the signature appearance is drawn as a foreground image.
Default value: false. |
Learn more | | | |
- module
groupdocs.signature.options.appearances - class
PdfDigitalSignatureAppearance - class
SignatureAppearance
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.