Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.33 KB

Signature.md

File metadata and controls

26 lines (22 loc) · 2.33 KB

Signature

Represents signature.

Properties

Name Type Description Notes
SignaturePath string Gets or sets the signature path. [default to null]
SignatureType *SignatureType Gets or sets the type of the signature. [default to null]
Password string Gets or sets the signature password. [optional] [default to null]
Appearance string Sets or gets a graphic appearance for the signature. Property value represents an image file name. [optional] [default to null]
Reason string Gets or sets the reason of the signature. [optional] [default to null]
Contact string Gets or sets the contact of the signature. [optional] [default to null]
Location string Gets or sets the location of the signature. [optional] [default to null]
Visible bool Gets or sets a value indicating whether this Signature is visible. Supports only when signing particular page. [default to null]
Rectangle *Rectangle Gets or sets the visible rectangle of the signature. Supports only when signing particular page. [optional] [default to null]
FormFieldName string Gets or sets the name of the signature field. Supports only when signing document with particular form field. [optional] [default to null]
Authority string Gets or sets the name of the person or authority signing the document.. [optional] [default to null]
Date string Gets or sets the time of signing. [optional] [default to null]
ShowProperties bool Gets or sets the showproperties in signature field [default to null]
TimestampSettings *TimestampSettings Gets/sets timestamp settings. [optional] [default to null]
IsValid bool Verify the document regarding this signature and return true if document is valid or otherwise false. [optional] [default to null]
CustomAppearance *SignatureCustomAppearance Gets/sets the custom appearance. [optional] [default to null]

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