GoToRemoteAction

constructor(@Nullable pdfPath: String, pageIndex: Int)

Creates action instance.

Parameters

pdfPath

Relative path to the target PDF document.

pageIndex

Destination page index in the target PDF file.


constructor(@Nullable pdfPath: String, pageIndex: Int, @Nullable subActions: List<Action>)
constructor(@Nullable pdfPath: String, pageIndex: Int, type: DestinationType, left: Float, top: Float, width: Float, height: Float, zoom: Float, @Nullable subActions: List<Action>)

Creates action instance.

Parameters

pdfPath

Path of the target PDF file.

pageIndex

Destination page index in the target PDF file.

subActions

List of sub-actions of this action.