Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.03 KB

File metadata and controls

28 lines (23 loc) · 2.03 KB

Signature

Represents signature.

Properties

Name Type Description Notes
signaturePath String Gets or sets the signature path.
signatureType SignatureType Gets or sets the type of the signature.
password String Gets or sets the signature password. [optional]
appearance String Sets or gets a graphic appearance for the signature. Property value represents an image file name. [optional]
reason String Gets or sets the reason of the signature. [optional]
contact String Gets or sets the contact of the signature. [optional]
location String Gets or sets the location of the signature. [optional]
visible Boolean Gets or sets a value indicating whether this Signature is visible. Supports only when signing particular page.
rectangle Rectangle Gets or sets the visible rectangle of the signature. Supports only when signing particular page. [optional]
formFieldName String Gets or sets the name of the signature field. Supports only when signing document with particular form field. [optional]
authority String Gets or sets the name of the person or authority signing the document.. [optional]
date String Gets or sets the time of signing. [optional]
showProperties Boolean Gets or sets the showproperties in signature field
timestampSettings TimestampSettings Gets/sets timestamp settings. [optional]
isValid Boolean Verify the document regarding this signature and return true if document is valid or otherwise false. [optional]
customAppearance SignatureCustomAppearance Gets/sets the custom appearance. [optional]

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