Winnovative PDF Security Library
Apply the security settings to the source PDF document
and saves the PDF document in the specified destination file

Declaration Syntax
public void SaveSecuredPdfToFile(
byte[] srcPdfBytes,
string destPdfFile
)
Public Sub SaveSecuredPdfToFile ( _
srcPdfBytes As Byte(), _
destPdfFile 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
Assembly:
Winnovative.PDFSecurity (Module: Winnovative.PDFSecurity) Version: 2.0.0.0 (2.0.0.0)