Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.66 KB

AnnotationInfo.md

File metadata and controls

23 lines (19 loc) · 1.66 KB

AnnotationInfo

Provides annotation.

Properties

Name Type Description Notes
Links []Link Link to the document. [optional] [default to null]
Color *Color Color of the annotation. [optional] [default to null]
Contents string Get the annotation content. [optional] [default to null]
Modified string The date and time when the annotation was last modified. [optional] [default to null]
Id string Gets ID of the annotation. [optional] [default to null]
Flags []AnnotationFlags Gets Flags of the annotation. [optional] [default to null]
Name string Gets Name of the annotation. [optional] [default to null]
Rect *Rectangle Gets Rect of the annotation. [default to null]
PageIndex int32 Gets PageIndex of the annotation. [optional] [default to null]
ZIndex int32 Gets ZIndex of the annotation. [optional] [default to null]
HorizontalAlignment *HorizontalAlignment Gets HorizontalAlignment of the annotation. [optional] [default to null]
VerticalAlignment *VerticalAlignment Gets VerticalAlignment of the annotation. [optional] [default to null]
AnnotationType *AnnotationType Gets annotation type. [default to null]

[Back to Model list] [Back to API list] [Back to README][View Source]