Go To Remote Action
Creates action instance.
Parameters
pdf Path
Relative path to the target PDF document.
page Index
Destination page index in the target PDF file.
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
pdf Path
Path of the target PDF file.
page Index
Destination page index in the target PDF file.
sub Actions
List of sub-actions of this action.