[]
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.
get id(): number;
Gets the reference to the object.
number
get om(): ObjectManager;
Gets the owner ObjectManager instance.
assignFrom(source): void;
Copies all property values from another object.
The source object.
void
SecurityHandlerBase.assignFrom
clone(): SecurityHandlerBase;
Create copy of this SecurityHandlerBase.
The clone of this object.
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