nutrient
Toggle table of contents
10.10.0
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.annotations.actions
/
GoToRemoteAction
/
GoToRemoteAction
Go
To
Remote
Action
constructor
(
pdfPath
:
String
?
,
@
IntRange
(
from
=
0
)
pageIndex
:
Int
,
subActions
:
List
<
Action
>
=
emptyList()
,
destination
:
Destination
=
Destination( pageIndex = pageIndex, type = DestinationType.FitPage, left = 0f, top = 0f, width = 0f, height = 0f, zoom = 0f )
)