# Annotation
Class
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| Types | Text <br > Link | Supported annotation types. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Contents | String | (None) | The text content of the annotation. Unused with Type = Link. |
| Destination | Variant | (None) | The Destination of a Link annotation. Can be a URL string or a page number. |
| Height | Double | (None) | Height of the annotation. |
| IsExpanded | Boolean | False | If Type is not Link, this determines whether the annotation is expanded by default. |
| Title | String | (None) | Title of the annotation, or text drawn if Type = Link. |
| Type | Types | (None) | Type of annotation. |
| Width | Double | (None) | Width of the annotation. |
| X | Double | (None) | X position of the annotation. |
| Y | Double | (None) | Y position of the annotation. |