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