PdfSecurityManager.SaveSecuredPdfToFile Method (Byte[], String) |
Apply the security settings to the source PDF document
and saves the PDF document in the specified destination file
Namespace:
ExpertPdf.PDFSecurity
Assembly:
epsecurepdf (in epsecurepdf.dll) Version: 6.0
Syntaxpublic void SaveSecuredPdfToFile(
byte[] srcPdfBytes,
string destPdfFile
)
Public Sub SaveSecuredPdfToFile (
srcPdfBytes As Byte(),
destPdfFile As String
)
Parameters
- srcPdfBytes
- Type:System.Byte[]
The PDF document as an array of bytes - destPdfFile
- Type: System.String
The file where to save the secured PDF document
See Also