FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / SavePdf Method
Stream where the file is to be saved.
PdfExportOptions class with parameters that customize the PDF output.

In This Topic
    SavePdf Method
    In This Topic
    Saves the grid to a PDF stream.
    Syntax
    'Declaration
     
    
    Public Sub SavePdf( _
       ByVal stream As Stream, _
       ByVal options As PdfExportOptions _
    ) 
    public void SavePdf( 
       Stream stream,
       PdfExportOptions options
    )

    Parameters

    stream
    Stream where the file is to be saved.
    options
    PdfExportOptions class with parameters that customize the PDF output.
    See Also