Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.57 KB

File metadata and controls

24 lines (19 loc) · 1.57 KB

SignatureCustomAppearance

An abstract class which represents signature custom appearance object.

Properties

Name Type Description Notes
fontFamilyName String Gets/sets font family name. It should be existed in the document. Default value: Arial. [optional]
fontSize Double Gets/sets font size. Default value: 10.
showContactInfo Boolean Gets/sets contact info visibility. Default value: true.
showReason Boolean Gets/sets reason visibility. Default value: true.
showLocation Boolean Gets/sets location visibility. Default value: true.
contactInfoLabel String Gets/sets contact info label. Default value: "Contact". [optional]
reasonLabel String Gets/sets reason label. Default value: "Reason". [optional]
locationLabel String Gets/sets location label. Default value: "Location". [optional]
digitalSignedLabel String Gets/sets digital signed label. Default value: "Digitally signed by". [optional]
dateSignedAtLabel String Gets/sets date signed label. Default value: "Date". [optional]
dateTimeLocalFormat String Gets/sets datetime local format. Default value: "yyyy.MM.dd HH:mm:ss zzz". [optional]
dateTimeFormat String Gets/sets datetime format. Default value: "yyyy.MM.dd HH:mm:ss". [optional]

[Back to Model list] [Back to API list] [Back to README]