Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.79 KB

File metadata and controls

28 lines (25 loc) · 2.79 KB

InkAnnotation

Provides InkAnnotation.

Inherited from MarkupAnnotation

Properties

Name Type Description Notes
inkList [array]? Gets or sets list of gestures that are independent lines which are represented by Point[] arrays. [optional]
capStyle CapStyle? Style of ink annotation line endings. [optional]
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]