'Declaration Public Overloads Function SavePdfAsync( _ ByVal stream As Stream, _ ByVal settings As PdfExportSettings _ ) As IAsyncAction
'Usage Dim instance As Worksheet Dim stream As Stream Dim settings As PdfExportSettings Dim value As IAsyncAction value = instance.SavePdfAsync(stream, settings)
public IAsyncAction SavePdfAsync( Stream stream, PdfExportSettings settings )
Parameters
- stream
- The stream to which to save the data.
- settings
- The export settings.