[]
        
(Showing Draft Content)

ActionGoToR

DsPdfJS API v9.1.0


DsPdfJS API / ActionGoToR

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.

Extends

Constructors

Constructor

new ActionGoToR(om): ActionGoToR

Creates a new ActionGoToR.

Parameters

om

ObjectManager

ObjectManager that controls the lifetime of the ActionGoToR.

Returns

ActionGoToR

Overrides

ActionBase.constructor

Constructor

new ActionGoToR(): ActionGoToR

Creates a new ActionGoToR.

Returns

ActionGoToR

Overrides

ActionBase.constructor

Accessors

dest

Get Signature

get dest(): DestinationBase | null

Gets or sets the destination object defining the new document view.

Returns

DestinationBase | null

Set Signature

set dest(value): void

Gets or sets the destination object defining the new document view.

Parameters
value

DestinationProperties | DestinationBase | null

Returns

void


file

Get Signature

get file(): FileSpecification | null

Gets or sets the value defining the another file.

See
Returns

FileSpecification | null

Set Signature

set file(value): void

Gets or sets the value defining the another file.

See
Parameters
value

string | FileSpecificationProperties | FileSpecification | null

Returns

void


id

Get Signature

get id(): number

Gets the reference to the object.

Returns

number

Inherited from

ActionBase.id


newWindow

Get Signature

get newWindow(): boolean

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

Returns

boolean

Set Signature

set newWindow(value): void

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

Parameters
value

boolean

Returns

void


om

Get Signature

get om(): ObjectManager

Gets the owner ObjectManager instance.

Returns

ObjectManager

Inherited from

ActionBase.om

Methods

free()

free(): void

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

Returns

void

Inherited from

ActionBase.free


rebind()

rebind(omTo): void

Rebinds the object from the current ObjectManager to the specified one.

Parameters

omTo

ObjectManager

The new ObjectManager for the object.

Returns

void

Inherited from

ActionBase.rebind