nutrient
Toggle table of contents
10.8.0
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.annotations
/
BaseRectsAnnotation
Base
Rects
Annotation
abstract
class
BaseRectsAnnotation
:
Annotation
Abstract base-class of all markup annotations:
TextMarkupAnnotation
and
RedactionAnnotation
.
Inheritors
RedactionAnnotation
TextMarkupAnnotation
Members
Functions
get
Rects
Link copied to clipboard
@
NonNull
open
fun
getRects
(
)
:
List
<
RectF
>
Returns list of all rectangles that represent this markup annotation in PDF coordinates.
is
Resizable
Link copied to clipboard
open
fun
isResizable
(
)
:
Boolean
Check if the annotation is resizable, or if this is a non-resizable annotation.
set
Rects
Link copied to clipboard
open
fun
setRects
(
@
NonNull
rects
:
List
<
RectF
>
)
Sets rectangles for this annotation.