PdfDigitalSignatureAppearance
Contents
[
Hide
]
PdfDigitalSignatureAppearance class
Describes appearance of Digital Signature are on PDF documents.
public sealed class PdfDigitalSignatureAppearance : SignatureAppearance
Constructors
Name | Description |
---|---|
PdfDigitalSignatureAppearance() | Creates signature appearance object with default values. |
Properties
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) |
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. |
Remarks
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
See Also
- class SignatureAppearance
- namespace GroupDocs.Signature.Options.Appearances
- assembly GroupDocs.Signature