Winnovative PDF Security Library Documentation

PdfSecurityManager Methods

Winnovative PDF Security Library

The PdfSecurityManager type exposes the following members.

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