Pdf |
The PdfSecurityManager type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfSecurityManager | Constructs a security manager with the default security options. | |
| PdfSecurityManager(PdfSecurityOptions) | Constructs a PDF security manager with the specified security options object |
| Name | Description | |
|---|---|---|
| LicenseKey | Gets or sets the license key |
| Name | Description | |
|---|---|---|
| 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 | |
| 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 | |
| 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 | |
| Sign | Sign the pdf document with the specified certificate. |