[]
        
(Showing Draft Content)

ActionGoToRProperties

Type Alias: ActionGoToRProperties

type 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.