An annotation in the PDF document.
name | data type | description |
---|---|---|
link | LinkModel | The link to this annotation. |
name | string | The annotation name, a text string uniquely identifying it among all the annotations on its page. |
contents | string | The contents associated with the annotation. |
creator | string | The annotation's creator. |
modifiedDate | string | The date when the annotation was most recently modified. (ISO-8601 format) |
subject | string | The annotation's subject. |
subtype | string | The annotation's subtype. |
rectangle | RectangleModel | The annotation's bounds. |
pageIndex | number | The index of the page that contains the annotation. |
Example
{ "link" : { "rel" : "...", "href" : "..." }, "name" : "...", "contents" : "...", "creator" : "...", "modifiedDate" : "...", "subject" : "...", "subtype" : "...", "rectangle" : { "x" : 12345.0, "y" : 12345.0, "width" : 12345.0, "height" : 12345.0 }, "pageIndex" : 12345 }