Click or drag to resize

PdfSecurityManager Methods

Methods
  NameDescription
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 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
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
Top
See Also