PdfSecurityManagerSaveSecuredPdfToFile Method (String, 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
Syntax public void SaveSecuredPdfToFile(
string srcPdfFile,
string destPdfFile
)
Public Sub SaveSecuredPdfToFile (
srcPdfFile As String,
destPdfFile As String
)
Parameters
- srcPdfFile
- Type: SystemString
The PDF document full path - destPdfFile
- Type: SystemString
The file where to save the secured PDF document
See Also