Winnovative PDF Security Library Documentation

PdfSecurityManagerSaveSecuredPdfToFile Method (String, String)

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

Namespace:  Winnovative.PDFSecurity
Assembly:  wnvsecurepdf (in wnvsecurepdf.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void SaveSecuredPdfToFile(
	string srcPdfFile,
	string destPdfFile
)

Parameters

srcPdfFile
Type: SystemString
The PDF document full path
destPdfFile
Type: SystemString
The file where to save the secured PDF document
See Also

Reference