An attachment annotation in the PDF document.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| attachment | Attachment | element | 0/1 | The embedded file. This should be left empty when creating a new attachment annotation. | |
Properties inherited from Annotation |
|||||
| contents | string | element | 0/1 | The contents associated with the annotation. | |
| creator | string | element | 0/1 | The annotation's creator. | |
| link | Link | element | 0/1 | The link to this annotation. | |
| modifiedDate | dateTime | element | 0/1 | The date when the annotation was most recently modified. (ISO-8601 format) | |
| name | string | element | 0/1 | The annotation name, a text string uniquely identifying it among all the annotations on its page. | |
| pageIndex | int | element | 1/1 | The index of the page that contains the annotation. | |
| rectangle | Rectangle | element | 0/1 | The annotation's bounds. | |
| subject | string | element | 0/1 | The annotation's subject. | |
| subtype | string | element | 0/1 | The annotation's subtype. | |
Example
<AttachmentAnnotation>
<attachment>
<fileName>...</fileName>
<size>...</size>
<creationDate>...</creationDate>
<modDate>...</modDate>
<description>...</description>
<relationship>...</relationship>
<link>
<rel>...</rel>
<href>...</href>
</link>
<content>
<rel>...</rel>
<href>...</href>
</content>
</attachment>
<link>
<rel>...</rel>
<href>...</href>
</link>
<name>...</name>
<contents>...</contents>
<creator>...</creator>
<modifiedDate>...</modifiedDate>
<subject>...</subject>
<subtype>...</subtype>
<rectangle>
<x>...</x>
<y>...</y>
<width>...</width>
<height>...</height>
</rectangle>
<pageIndex>...</pageIndex>
</AttachmentAnnotation>