In This Topic
Handles the export (or printing) of all the sheets to PDF as a file.
Syntax
'Declaration
Public Overloads Sub SavePdf( _
ByVal As String _
)
'Usage
Dim instance As FpSpread
Dim fileName As String
instance.SavePdf(fileName)
public void SavePdf(
string
)
Parameters
- fileName
- Path and file name of the PDF file
Example
This example saves the Spread to a PDF file.
See Also