[]
DsPdfJS API / ActionGoTo
Represents an action that changes the view to a destination (page, location, and magnification factor) specified by a DestinationBase object.
new ActionGoTo(
om,dest?):ActionGoTo
Initialize a new instance of the ActionGoTo class.
ObjectManager that controls the lifetime of the ActionGoTo.
The destination object defining the new document view.
DestinationProperties | DestinationBase
ActionGoTo
ActionBase.constructor
new ActionGoTo(
dest?):ActionGoTo
Initialize a new instance of the ActionGoTo class.
The destination object defining the new document view.
DestinationProperties | DestinationBase
ActionGoTo
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 id():
number
Gets the reference to the object.
number
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