Class PDFTronCustomSecurityHandler
This class represents PDFTron Custom Security handler that applies PDFTron's custom encryption method on save.
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: pdftron.SDF
Assembly: PDFNet.dll
Syntax
public sealed class PDFTronCustomSecurityHandler : StdSecurityHandler, IDisposable
Constructors
PDFTronCustomSecurityHandler(Int32)
Constructor
Declaration
public PDFTronCustomSecurityHandler(int custom_id)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | 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 |
Implements
System.IDisposable