﻿# Attachment
Provides link to attachment.

*Inherited from [\Aspose\PDF\Model\LinkElement](LinkElement.md)*
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **string** | Gets text associated with the attachment.  | [optional]
**mime_type** | **string** | Gets subtype of the attachment file. | [optional]
**name** | **string** | Gets the name of the attachment.  | [optional]
**creation_date** | **string** | The date and time when the embedded file was created. | [optional]
**modification_date** | **string** | The date and time when the embedded file was last modified. | [optional]
**size** | **int** | The size of the uncompressed embedded file, in bytes. | 
**check_sum** | **string** | A 16-byte string that is the checksum of the bytes of the uncompressed embedded file. The checksum is calculated by applying the standard MD5 message-digest algorithm to the bytes of the embedded file stream. | [optional]
**links** | [**\Aspose\PDF\Model\Link[]**](Link.md) | Link to the document.<br />*Inherited from [\Aspose\PDF\Model\LinkElement](LinkElement.md)* | [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/Attachment.php)

