Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 2.2 KB

InkAnnotation.md

File metadata and controls

28 lines (24 loc) · 2.2 KB

InkAnnotation

Provides InkAnnotation.

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]
CreationDate string The date and time when the annotation was created. [optional] [default to null]
Subject string Get the annotation subject. [optional] [default to null]
Title string Get the annotation title. [optional] [default to null]
RichText string Get the annotation RichText. [optional] [default to null]
InkList [][]Point Gets or sets list of gestures that are independent lines which are represented by Point[] arrays. [optional] [default to null]
CapStyle *CapStyle Style of ink annotation line endings. [optional] [default to null]

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