SignatureCustomAppearance

SignatureCustomAppearance class

An abstract class which represents signature custon appearance object.

The SignatureCustomAppearance type exposes the following members:

Constructors

NameDescription
SignatureCustomAppearance()Initializes a new instance of the SignatureCustomAppearance class

Properties

NameDescription
font_family_nameGets/sets font family name. It should be existed in the document. Default value: Arial.
font_sizeGets/sets font size. Default value: 10.
foreground_colorGets/sets foreground color (color of text). Default value: Blue.
background_colorGets/sets background color. Default value: Transparent.
show_contact_infoGets/sets contact info visibility. Default value: true.
show_reasonGets/sets reason visibility. Default value: true.
show_locationGets/sets location visibility. Default value: true.
contact_info_labelGets/sets contact info label. Default value: “Contact”.
reason_labelGets/sets reason label. Default value: “Reason”.
location_labelGets/sets location label. Default value: “Location”.
digital_signed_labelGets/sets digital signed label. Default value: “Digitally signed by”.
use_digital_subject_formatGets/sets the usage state of the digital_subject_format.
digital_subject_formatGets/sets format for order of elements in Subject string.
Result examples:
C=UK, CN=Org, O=Organization
or
CN=Org, C=UK, O=Organization
or
O=Organization
date_signed_at_labelGets/sets date signed label. Default value: “Date”.
date_time_local_formatGets/sets datetime local format. Default value: “yyyy.MM.dd HH:mm:ss zzz”.
date_time_formatGets/sets datetime format. Default value: “yyyy.MM.dd HH:mm:ss”.
rotationGets or sets signature rotation.

See Also