Click or drag to resize

PdfSecurityManager Class

The PDF security manager allows you to set the security options you want to apply to the PDF document. The security options can be specified in the constructor as a PdfSecurityOptions object
Inheritance Hierarchy
SystemObject
  ExpertPdf.PDFSecurityPdfSecurityManager

Namespace:  ExpertPdf.PDFSecurity
Assembly:  epsecurepdf (in epsecurepdf.dll) Version: 6.0
Syntax
public class PdfSecurityManager

The PdfSecurityManager type exposes the following members.

Constructors
  NameDescription
Public methodPdfSecurityManager
Constructs a security manager with the default security options.
Public methodPdfSecurityManager(PdfSecurityOptions)
Constructs a PDF security manager with the specified security options object
Top
Properties
  NameDescription
Public propertyLicenseKey
Gets or sets the license key
Top
Methods
  NameDescription
Public methodGetSecuredPdfBytes(Byte)
Apply the security settings to the source PDF document and return the PDF document with security options applied
Public methodGetSecuredPdfBytes(String)
Apply the security settings to the source PDF document and return the PDF document with security options applied
Public methodGetUnSecuredPdfBytes(Byte, String)
Remove all the security settings from source PDF document and return the PDF document with security options removed
Public methodGetUnSecuredPdfBytes(String, String)
Remove all the security settings from source PDF document and return the PDF document with security options removed
Public methodSaveSecuredPdfToFile(Byte, String)
Apply the security settings to the source PDF document and saves the PDF document in the specified destination file
Public methodSaveSecuredPdfToFile(String, String)
Apply the security settings to the source PDF document and saves the PDF document in the specified destination file
Public methodSaveUnSecuredPdfToFile(Byte, String, String)
Remove all the security settings from source PDF document and return the PDF document with security options removed
Public methodSaveUnSecuredPdfToFile(String, String, String)
Remove all the security settings from source PDF document and return the PDF document with security options removed
Top
See Also