[]
        
(Showing Draft Content)

ActionBase

DsPdfJS API v9.1.0


DsPdfJS API / ActionBase

Abstract Class: ActionBase

Base class for PDF actions which can be performed when user clicks links, document outlines etc.

Extends

Extended by

Accessors

id

Get Signature

get id(): number

Gets the reference to the object.

Returns

number

Inherited from

DocAction.id


om

Get Signature

get om(): ObjectManager

Gets the owner ObjectManager instance.

Returns

ObjectManager

Inherited from

DocAction.om

Methods

free()

free(): void

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

Returns

void

Inherited from

DocAction.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

DocAction.rebind