[]
DsPdfJS API / ActionGoToR
Represents a go-to remote action similar to ActionGoTo, but jumps to a destination in another PDF file instead of the current file.
new ActionGoToR(
om):ActionGoToR
Creates a new ActionGoToR.
ObjectManager that controls the lifetime of the ActionGoToR.
ActionGoToR
ActionBase.constructor
new ActionGoToR():
ActionGoToR
Creates a new ActionGoToR.
ActionGoToR
ActionBase.constructor
get dest():
DestinationBase|null
Gets or sets the destination object defining the new document view.
DestinationBase | null
set dest(
value):void
Gets or sets the destination object defining the new document view.
DestinationProperties | DestinationBase | null
void
get file():
FileSpecification|null
Gets or sets the value defining the another file.
FileSpecification | null
set file(
value):void
Gets or sets the value defining the another file.
string | FileSpecificationProperties | FileSpecification | null
void
get id():
number
Gets the reference to the object.
number
get newWindow():
boolean
Gets a value indicating whether to open the destination document in a new window.
boolean
set newWindow(
value):void
Gets a value indicating whether to open the destination document in a new window.
boolean
void
get om():
ObjectManager
Gets the owner ObjectManager instance.
free():
void
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(
omTo):void
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void