Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / SavePdf Method / SavePdf(Stream) Method
Stream to save the file to as a PDF stream
Example


In This Topic
    SavePdf(Stream) Method
    In This Topic
    Handles the export (or printing) of all the sheets to PDF as a stream.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SavePdf( _
       ByVal stream As Stream _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim stream As Stream
     
    instance.SavePdf(stream)
    public void SavePdf( 
       Stream stream
    )

    Parameters

    stream
    Stream to save the file to as a PDF stream
    Example
    This example saves the Spread to a PDF file.
    See Also