Class: PDFTronCustomSecurityHandler

PDFNet. PDFTronCustomSecurityHandler


new PDFTronCustomSecurityHandler()

This class represents PDFTron Custom Security handler that applies PDFTron's custom encryption method on save.

Methods


<static> create(custom_id)

constructor
Parameters:
Name Type Description
custom_id number the user's custom ID. A random ID is suggested to make the custom security unique to the application. Note: Please refer to PDFNet::AddPDFTronCustomHandler(UInt32 custom_id) for more details.
Returns:
A promise that resolves to an object of type: "PDFNet.SecurityHandler"
Type
Promise.<PDFNet.SecurityHandler>