PdfSecurityManagerSaveSecuredPdfToFile(String, String) Method |
Apply the security settings to the source PDF document
and saves the PDF document in the specified destination file
Namespace: ExpertPdf.PDFSecurityAssembly: epsecurepdf (in epsecurepdf.dll) Version: 9.0
Syntaxpublic void SaveSecuredPdfToFile(
string srcPdfFile,
string destPdfFile
)
Public Sub SaveSecuredPdfToFile (
srcPdfFile As String,
destPdfFile As String
)
Parameters
- srcPdfFile String
- The PDF document full path
- destPdfFile String
- The file where to save the secured PDF document
See Also