PdfSecurityManagerSaveSecuredPdfToFile(Byte, String) Method
Apply the security settings to the source PDF document
and saves the PDF document in the specified destination file
Namespace: EvoPdf.PdfSecurityAssembly: EvoPdfSecurity_NetCore (in EvoPdfSecurity_NetCore.dll) Version: 14.0.0
public void SaveSecuredPdfToFile(
byte[] srcPdfBytes,
string destPdfFile
)
Parameters
- srcPdfBytes Byte
- The PDF document as an array of bytes
- destPdfFile String
- The file where to save the secured PDF document