'Declaration Public Overloads Sub SavePdf( _ ByVal stream As System.IO.Stream, _ ByVal settings As PdfExportSettings _ )
'Usage Dim instance As Worksheet Dim stream As System.IO.Stream Dim settings As PdfExportSettings instance.SavePdf(stream, settings)
public void SavePdf( System.IO.Stream stream, PdfExportSettings settings )
Parameters
- stream
- The stream to which to save the data.
- settings
- The export settings.