Note Annotation
constructor(@IntRange(from = 0 ) pageIndex: Int, @NonNull annotationRect: RectF, @NonNull contents: String, @Nullable iconName: String)
Creates a new note annotation
Parameters
page Index
Page to which this annotation will be attached to.
annotation Rect
Rectangle in page coordinates of the note position on the page.
contents
Text contents of the note.
icon Name
Icon name of the note, may be null
.
Intended for internal usage only.