Spread for ASP.NET 12 Product Documentation
SavePdf(String,PdfSecurity) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class > SavePdf Method : SavePdf(String,PdfSecurity) Method
Path and file name of the PDF file
The password to encrypt pdf file
Handles the export (or printing) of all the sheets to PDF as a file.
Syntax
'Declaration
 
Public Overloads Sub SavePdf( _
   ByVal fileName As String, _
   ByVal pdfSecurity As PdfSecurity _
) 
'Usage
 
Dim instance As FpSpread
Dim fileName As String
Dim pdfSecurity As PdfSecurity
 
instance.SavePdf(fileName, pdfSecurity)
public void SavePdf( 
   string fileName,
   PdfSecurity pdfSecurity
)

Parameters

fileName
Path and file name of the PDF file
pdfSecurity
The password to encrypt pdf file
See Also

Reference

FpSpread Class
FpSpread Members
Overload List