The PdfSecurityManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetSecuredPdfBytes(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(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
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SaveSecuredPdfToFile(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(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.) |
See Also