Class PDFTronCustomSecurityHandler
This class represents PDFTron Custom Security handler that applies PDFTron's custom encryption method on save.
Implements
Inherited Members
Namespace: pdftron.SDF
Assembly: PDFNet.dll
Syntax
public sealed class PDFTronCustomSecurityHandler : StdSecurityHandler, IDisposable
Constructors
PDFTronCustomSecurityHandler(int)
Constructor
Declaration
public PDFTronCustomSecurityHandler(int custom_id)
Parameters
Type | Name | Description |
---|---|---|
int | custom_id | The user's custom ID. A random ID is suggested to make the custom security unique to the application. |
Remarks
Please refer to PDFNet.AddPDFTronCustomHandler(int custom_id) for more details.
Exceptions
Type | Condition |
---|---|
PDFNetException | PDFNetException the PDFNet exception |