Winnovative PDF Security Library Documentation

PdfSecurityManager Class

Winnovative PDF Security Library
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
  Winnovative.PDFSecurityPdfSecurityManager

Namespace:  Winnovative.PDFSecurity
Assembly:  wnvsecurepdf (in wnvsecurepdf.dll) Version: 10.0.0.0 (10.0.0.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 used by the PDF Security library
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference