[]
        
(Showing Draft Content)

ActionGoToRProperties

DsPdfJS API v9.1.0


DsPdfJS API / ActionGoToRProperties

Type Alias: ActionGoToRProperties

ActionGoToRProperties = object

Represents a go-to remote action similar to ActionGoTo, but jumps to a destination in another PDF file instead of the current file.

See

ActionGoToR

Properties

dest?

optional dest: DestinationProperties

The destination object defining the new document view.


file?

optional file: FileSpecificationProperties | FileSpecification | string

The value defining the another file.

See


newWindow?

optional newWindow: boolean

Indicates whether to open the destination document in a new window.