Provides PolygonAnnotation.
Inherited from PolyAnnotation
| Name | Type | Description | Notes |
|---|---|---|---|
| interiorColor | Color? | Gets or sets the interior color with which to fill the annotation’s line endings. Inherited from PolyAnnotation |
[optional] |
| startingStyle | LineEnding? | Gets or sets the style of first line ending. Inherited from PolyAnnotation |
[optional] |
| endingStyle | LineEnding? | Gets or sets the style of second line ending. Inherited from PolyAnnotation |
[optional] |
| intent | PolyIntent? | Gets or sets the intent of the polygon or polyline annotation. Inherited from PolyAnnotation |
[optional] |
| vertices | [Point] | Gets or sets an array of points representing the horizontal and vertical coordinates of each vertex. Inherited from PolyAnnotation |
|
| creationDate | String? | The date and time when the annotation was created. Inherited from MarkupAnnotation |
[optional] |
| subject | String? | Get the annotation subject. Inherited from MarkupAnnotation |
[optional] |
| title | String? | Get the annotation title. Inherited from MarkupAnnotation |
[optional] |
| richText | String? | Get the annotation RichText. Inherited from MarkupAnnotation |
[optional] |
| color | Color? | Color of the annotation. Inherited from Annotation |
[optional] |
| contents | String? | Get the annotation content. Inherited from Annotation |
[optional] |
| modified | String? | The date and time when the annotation was last modified. Inherited from Annotation |
[optional] |
| id | String? | Gets ID of the annotation. Inherited from Annotation |
[optional] |
| flags | [AnnotationFlags]? | Gets Flags of the annotation. Inherited from Annotation |
[optional] |
| name | String? | Gets Name of the annotation. Inherited from Annotation |
[optional] |
| rect | Rectangle | Gets Rect of the annotation. Inherited from Annotation |
|
| pageIndex | Int? | Gets PageIndex of the annotation. Inherited from Annotation |
[optional] |
| zIndex | Int? | Gets ZIndex of the annotation. Inherited from Annotation |
[optional] |
| horizontalAlignment | HorizontalAlignment? | Gets HorizontalAlignment of the annotation. Inherited from Annotation |
[optional] |
| verticalAlignment | VerticalAlignment? | Gets VerticalAlignment of the annotation. Inherited from Annotation |
[optional] |
| links | [Link]? | Link to the document. Inherited from LinkElement |
[optional] |
[Back to Model list] [Back to API list] [Back to README] [View Source]