'Declaration Public Overloads Sub SavePdf( _ ByVal stream As Stream, _ ByVal pdfSecurity As PdfSecurity _ )
'Usage Dim instance As FpSpread Dim stream As Stream Dim pdfSecurity As PdfSecurity instance.SavePdf(stream, pdfSecurity)
public void SavePdf( Stream stream, PdfSecurity pdfSecurity )
Parameters
- stream
- Stream to save the file to as a PDF stream
- pdfSecurity
- The password to encrypt pdf file