StrikeOutAnnotation

constructor(@IntRange(from = 0) pageIndex: Int, @NonNull rects: List<RectF>)

Creates a new strike-out annotation

Parameters

pageIndex

Page to which this annotation will be attached to.

rects

Rectangles that represent strike-out text for this annotation.


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

Intended for internal usage only