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


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

    Parameters

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