InkAnnotation

constructor(@IntRange(from = 0) pageIndex: Int)

Creates a new ink annotation.

Parameters

pageIndex

Page to which this annotation will be attached to.


constructor(@NonNull properties: AnnotationPropertyMap, markDirty: Boolean)

Intended for internal usage only.