Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 2.48 KB

Annotation.md

File metadata and controls

21 lines (19 loc) · 2.48 KB

Annotation

Properties

Name Type Required Description
Id string Unique identifier of the annotation
RecipientId string ID of the recipient
DocumentId string ID of the document
Page long Page number where the annotation is placed
X double X coordinate of the annotation (in % of the page width from 0 to 100) from the top left corner
Y double Y coordinate of the annotation (in % of the page height from 0 to 100) from the top left corner
Width double Width of the annotation (in % of the page width from 0 to 100)
Height double Height of the annotation (in % of the page height from 0 to 100)
Required bool Whether the annotation is required
Type_ AnnotationType Type of the annotation
Signature AnnotationSignature Signature annotation (null if annotation is not a signature)
Initials AnnotationInitials Initials annotation (null if annotation is not initials)
Text AnnotationText Text annotation (null if annotation is not a text)
Datetime AnnotationDateTime Date annotation (null if annotation is not a date)
Checkbox AnnotationCheckbox Checkbox annotation (null if annotation is not a checkbox)