toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.annotations
/
BaseRectsAnnotation
Base
Rects
Annotation
abstract
class
BaseRectsAnnotation
:
Annotation
Abstract base-class of all markup annotations:
TextMarkupAnnotation
and .
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.