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

    Class ActionGoToR

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

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get id(): number

      Gets the reference to the object.

      Returns number

    • get newWindow(): boolean

      Gets a value indicating whether to open the destination document in a new window.

      Returns boolean

    • set newWindow(value: boolean): void

      Gets a value indicating whether to open the destination document in a new window.

      Parameters

      • value: boolean

      Returns void

    Methods

    • Detaches the object from the ObjectManager and deallocates its memory, if possible.

      Returns void