DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias ActionGoToRProperties

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

    type ActionGoToRProperties = {
        dest?: DestinationProperties;
        file?: FileSpecificationProperties | FileSpecification | string;
        newWindow?: boolean;
    }
    Index

    Properties

    The destination object defining the new document view.

    The value defining the another file.

    newWindow?: boolean

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