AnnotationType Data Type

Abstract Type
Subtypes
SecurityAnnotationType, PictureAnnotationType, ArrowAnnotationType, TextAnnotationType, MarkerAnnotationType
Properties
name data type constraints description
x number required
height number required
width number required
y number required
accessData AnnotationAccessDataType  
page number required

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "x" : 12345,
  "height" : 12345,
  "width" : 12345,
  "y" : 12345,
  "accessData" : {
    "aclName" : "...",
    "creationUser" : 12345,
    "lastModificationUser" : 12345,
    "creationDate" : 12345,
    "lastModificationDate" : 12345
  },
  "page" : 12345
}