PdfDigitalSignatureAppearance class

PdfDigitalSignatureAppearance class

Describes appearance of Digital Signature are on PDF documents.

Inheritance: PdfDigitalSignatureAppearanceSignatureAppearance

The PdfDigitalSignatureAppearance type exposes the following members:

Constructors

Constructor Description
init Creates signature appearance object with default values.

Properties

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)

Remarks

Learn more | | | |

See Also