Represents signature.
| Name | Type | Description | Notes |
|---|---|---|---|
| signature_path | str | Gets or sets the signature path. | |
| signature_type | SignatureType | Gets or sets the type of the signature. | |
| password | str | Gets or sets the signature password. | [optional] |
| appearance | str | Sets or gets a graphic appearance for the signature. Property value represents an image file name. | [optional] |
| reason | str | Gets or sets the reason of the signature. | [optional] |
| contact | str | Gets or sets the contact of the signature. | [optional] |
| location | str | Gets or sets the location of the signature. | [optional] |
| visible | bool | 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] |
| form_field_name | str | Gets or sets the name of the signature field. Supports only when signing document with particular form field. | [optional] |
| authority | str | Gets or sets the name of the person or authority signing the document.. | [optional] |
| date | str | Gets or sets the time of signing. | [optional] |
| show_properties | bool | Gets or sets the showproperties in signature field | |
| timestamp_settings | TimestampSettings | Gets/sets timestamp settings. | [optional] |
| is_valid | bool | Verify the document regarding this signature and return true if document is valid or otherwise false. | [optional] |
| custom_appearance | SignatureCustomAppearance | Gets/sets the custom appearance. | [optional] |