Spread ASP.NET 15
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / SavePdf Method
Example


In This Topic
    SavePdf Method
    In This Topic
    Handles the export (or printing) of all the sheets to PDF as a file.
    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 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.  
    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.  
    Example
    This example saves the Spread to a PDF file.
    FpSpread1.SavePdf("D:\\testprint\\test.pdf"); 
    
    FpSpread1.SavePdf("D:\testprint\test.pdf")
    See Also