Winnovative PDF Security Library
Remove all the security settings from source PDF document
and return the PDF document with security options removed

Declaration Syntax
public void SaveUnSecuredPdfToFile(
byte[] srcPdfBytes,
string destPdfFile,
string password
)
Public Sub SaveUnSecuredPdfToFile ( _
srcPdfBytes As Byte(), _
destPdfFile As String, _
password As String _
)

Parameters
- srcPdfBytes (array<
Byte
>[]()[])
- The PDF document as an array of bytes
- destPdfFile (String)
- The file where to save the secured PDF document
- password (String)
- The user or owner password to open the PDF document
Assembly:
Winnovative.PDFSecurity (Module: Winnovative.PDFSecurity) Version: 2.0.0.0 (2.0.0.0)