Spread for ASP.NET 11 Product Documentation
SavePdf Method
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : SavePdf Method
Handles the export (or printing) of the specified sheet to PDF as a stream.
Handles the export (or printing) of the specified sheet to a Portable Document Format (PDF) file.
Overload List
OverloadDescription
Handles the export (or printing) of the specified sheet to PDF as a stream.  
Handles the export (or printing) of the specified sheet to PDF as a stream.  
Handles the export (or printing) of the specified sheet to PDF as a stream.  
Handles the export (or printing) of the specified sheet to PDF as a stream.  
Handles the export (or printing) of the specified sheet to PDF as a file.  
Handles the export (or printing) of the specified sheet to PDF as a file.  
Handles the export (or printing) of the specified sheet to PDF as a file.  
Handles the export (or printing) of the specified sheet to PDF as a file.  
Handles the export (or printing) of all the sheets to PDF as a file.  
Handles the export (or printing) of all the sheets to PDF as a file.  
Handles the export (or printing) of all the sheets to PDF as a stream.  
Handles the export (or printing) of all the sheets to PDF as a stream.  
Example
This example saves the Spread to a PDF file.
FpSpread1.SavePdf("D:\\testprint\\test.pdf"); 
FpSpread1.SavePdf("D:\testprint\test.pdf")
See Also

Reference

FpSpread Class
FpSpread Members