Gets the SecurityHandlerBase used to decrypt PDF document during loading.
Gets the decryption status of the loaded document. This property has meaning only if a document has been loaded.
Gets the PdfDocument object owning this object.
Gets or sets the SecurityHandlerBase used to encrypt PDF document during saving. Same SecurityHandlerBase can not be used for Security#decryptHandler and Security#encryptHandler, use SecurityHandlerBase#clone.
Gets or sets the SecurityHandlerBase used to encrypt PDF document during saving. Same SecurityHandlerBase can not be used for Security#decryptHandler and Security#encryptHandler, use SecurityHandlerBase#clone.
Gets the reference to the object.
Gets the owner ObjectManager instance.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Creates the StandardSecurityHandler object and assigns it to the encryptHandler property. The type and properties of the StandardSecurityHandler object is determined by the .options object.
The tp.EncryptOptions object.
Provides security and encryption services and manages permissions for PdfDocument objects.