Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SavePdf Method / SavePdf(Stream) Method
The stream to which to save the data.


In This Topic
    SavePdf(Stream) Method
    In This Topic
    Saves the sheet to the specified stream.
    Syntax
    'Declaration
     
    Public Overloads Sub SavePdf( _
       ByVal stream As Stream _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim stream As Stream
     
    instance.SavePdf(stream)
    public void SavePdf( 
       Stream stream
    )

    Parameters

    stream
    The stream to which to save the data.
    See Also