Provides ScreenAnnotation.
| Name | Type | Description | Notes |
|---|---|---|---|
| Links | List<Link> | Link to the document. | [optional] |
| Color | Color | Color of the annotation. | [optional] |
| Contents | string | Get the annotation content. | [optional] |
| Modified | string | The date and time when the annotation was last modified. | [optional] |
| Id | string | Gets ID of the annotation. | [optional] |
| Flags | List<AnnotationFlags> | Gets Flags of the annotation. | [optional] |
| Name | string | Gets Name of the annotation. | [optional] |
| Rect | Rectangle | Gets Rect of the annotation. | |
| PageIndex | int? | Gets PageIndex of the annotation. | [optional] |
| ZIndex | int? | Gets ZIndex of the annotation. | [optional] |
| HorizontalAlignment | HorizontalAlignment | Gets HorizontalAlignment of the annotation. | [optional] |
| VerticalAlignment | VerticalAlignment | Gets VerticalAlignment of the annotation. | [optional] |
| Title | string | Get the annotation title. | [optional] |
| FilePath | string | Sets content file path. | [optional] |