PTPDFTronCustomSecurityHandler
@interface PTPDFTronCustomSecurityHandler : PTSecurityHandler
This class represents PDFTron Custom Security handler that applies PDFTron’s custom encryption method on save.
-
constructor
Note
Please refer to PDFNet::AddPDFTronCustomHandler(UInt32 custom_id) for more details.
Declaration
Objective-C
- (instancetype)initWithCustom_id:(unsigned int)custom_id;
Swift
init!(custom_id: UInt32)
Parameters
custom_id
the user’s custom ID. A random ID is suggested to make the custom security unique to the application.