﻿# Signature
Represents signature.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**signature_path** | **string** | Gets or sets the signature path. | 
**signature_type** | [**\Aspose\PDF\Model\SignatureType**](SignatureType.md) | 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** | **bool** | Gets or sets a value indicating whether this Signature is visible. Supports only when signing particular page. | 
**rectangle** | [**\Aspose\PDF\Model\Rectangle**](Rectangle.md) | Gets or sets the visible rectangle of the signature. Supports only when signing particular page. | [optional]
**form_field_name** | **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]
**show_properties** | **bool** | Gets or sets the showproperties in signature field | 
**timestamp_settings** | [**\Aspose\PDF\Model\TimestampSettings**](TimestampSettings.md) | 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** | [**\Aspose\PDF\Model\SignatureCustomAppearance**](SignatureCustomAppearance.md) | Gets/sets the custom appearance. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/Signature.php)

