Winnovative PDF Security Library
PdfSecurityManager Class
NamespacesWinnovative.PDFSecurityPdfSecurityManager
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
Declaration Syntax
C#Visual BasicVisual C++
public class PdfSecurityManager
Public Class PdfSecurityManager
public ref class PdfSecurityManager
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PdfSecurityManager()()()
Constructs a security manager with the default security options.

PdfSecurityManager(PdfSecurityOptions)
Constructs a PDF security manager with the specified security options object

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSecuredPdfBytes(array<Byte>[]()[])
Apply the security settings to the source PDF document and return the PDF document with security options applied

GetSecuredPdfBytes(String)
Apply the security settings to the source PDF document and return the PDF document with security options applied

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetUnSecuredPdfBytes(array<Byte>[]()[], String)
Remove all the security settings from source PDF document and return the PDF document with security options removed

GetUnSecuredPdfBytes(String, String)
Remove all the security settings from source PDF document and return the PDF document with security options removed

LicenseFilePath
Gets or sets the license path

LicenseKey
Gets or sets the license key

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SaveSecuredPdfToFile(array<Byte>[]()[], String)
Apply the security settings to the source PDF document and saves the PDF document in the specified destination file

SaveSecuredPdfToFile(String, String)
Apply the security settings to the source PDF document and saves the PDF document in the specified destination file

SaveUnSecuredPdfToFile(array<Byte>[]()[], String, String)
Remove all the security settings from source PDF document and return the PDF document with security options removed

SaveUnSecuredPdfToFile(String, String, String)
Remove all the security settings from source PDF document and return the PDF document with security options removed

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
PdfSecurityManager

Assembly: Winnovative.PDFSecurity (Module: Winnovative.PDFSecurity) Version: 2.0.0.0 (2.0.0.0)