 
            | Accusoft.PdfXpressSdk Namespace : PdfDocumentAttachment Class | 
For a list of all members of this type, see PdfDocumentAttachment members.
| Name | Description | |
|---|---|---|
|  | CheckSum | A 16-byte checksum of the bytes of the uncompressed attachment. The checksum is calculated by applying the standard MD5 message- digest algorithm. | 
|  | Compress | Specifies if the attachment data is compressed. The attachment is compressed using a FlateDecode filter which in most cases will compress the attachment, however if the attachment is already compressed this setting may not have a significant effect. | 
|  | CompressedSize | Read-only, the compressed size of the attachment in bytes. | 
|  | CreationDate | The creation date and time of the attachment. Uses the standard date format which closely follows that of the international standard ASN.1 (Abstract Syntax Notation One), defined in ISO/IEC 8824. | 
|  | Description | The description of the attachment. | 
|  | FileData | Represents the raw attachment data itself. | 
|  | MIMEType | The MIME Type of the attachment. Names without a registered prefix must conform to the MIME media type names defined in Internet RFC 2046, Multipurpose Internet Mail Extensions (MIME), Part Two: Media Types. | 
|  | ModificationDate | The last modification date and time of the attachment. Uses the standard date format which closely follows that of the international standard ASN.1 (Abstract Syntax Notation One), defined in ISO/IEC 8824. | 
|  | Name | The name of the attachment. |