BaseRectsAnnotation

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

Inheritors

Properties

Link copied to clipboard
open override val isResizable: Boolean = false

Check if the annotation is resizable, or if this is a non-resizable annotation.

Link copied to clipboard

List of all rectangles that represent this markup annotation in PDF coordinates.

Link copied to clipboard

Returns the total number of rects in this annotation without allocating the full list.

Functions

Link copied to clipboard
fun getRects(limit: Int): List<RectF>

Returns a limited number of rectangles that represent this markup annotation in PDF coordinates.