BaseRectsAnnotation

Abstract base-class of all markup annotations: TextMarkupAnnotation and .

Inheritors

Functions

Link copied to clipboard
open fun getRects(): List<RectF>
Returns list of all rectangles that represent this markup annotation in PDF coordinates.
Link copied to clipboard
open fun isResizable(): Boolean
Check if the annotation is resizable, or if this is a non-resizable annotation.
Link copied to clipboard
open fun setRects(@NonNull rects: List<RectF>)
Sets rectangles for this annotation.