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: PDFTronDotNet.dll
Syntax
public class PDFTronCustomSecurityHandler : SecurityHandler, 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(uint custom_id) for more details.
Exceptions
| Type | Condition |
|---|---|
| PDFNetException | PDFNetException the PDFNet exception |