[]
        
(Showing Draft Content)

UnknownSecurityHandler

DsPdfJS API v9.1.0


DsPdfJS API / UnknownSecurityHandler

Class: UnknownSecurityHandler

Represents a security handler of a type that is not currently supported by DsPdfJS. An instance of this type will be created if a loaded PDF uses a security handler of an unsupported type. Instances of this type cannot be directly created in user code.

Extends

Accessors

id

Get Signature

get id(): number

Gets the reference to the object.

Returns

number

Inherited from

SecurityHandlerBase.id


om

Get Signature

get om(): ObjectManager

Gets the owner ObjectManager instance.

Returns

ObjectManager

Inherited from

SecurityHandlerBase.om

Methods

assignFrom()

assignFrom(source): void

Copies all property values from another object.

Parameters

source

SecurityHandlerBase

The source object.

Returns

void

Inherited from

SecurityHandlerBase.assignFrom


clone()

clone(): SecurityHandlerBase

Create copy of this SecurityHandlerBase.

Returns

SecurityHandlerBase

The clone of this object.

Inherited from

SecurityHandlerBase.clone


free()

free(): void

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

Returns

void

Inherited from

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

SecurityHandlerBase.rebind