﻿# SignatureCustomAppearance
An abstract class which represents signature custon appearance object.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**font_family_name** | **string** | Gets/sets font family name. It should be existed in the document. Default value: Arial. | [optional]
**font_size** | **double** | Gets/sets font size. Default value: 10. | 
**show_contact_info** | **bool** | Gets/sets contact info visibility. Default value: true. | 
**show_reason** | **bool** | Gets/sets reason visibility. Default value: true. | 
**show_location** | **bool** | Gets/sets location visibility. Default value: true. | 
**contact_info_label** | **string** | Gets/sets contact info label. Default value: "Contact". | [optional]
**reason_label** | **string** | Gets/sets reason label. Default value: "Reason". | [optional]
**location_label** | **string** | Gets/sets location label. Default value: "Location". | [optional]
**digital_signed_label** | **string** | Gets/sets digital signed label. Default value: "Digitally signed by". | [optional]
**date_signed_at_label** | **string** | Gets/sets date signed label. Default value: "Date". | [optional]
**date_time_local_format** | **string** | Gets/sets datetime local format. Default value: "yyyy.MM.dd HH:mm:ss zzz". | [optional]
**date_time_format** | **string** | Gets/sets datetime format. Default value: "yyyy.MM.dd HH:mm:ss". | [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/SignatureCustomAppearance.php)

