GrapeCity.Xaml.SpreadSheet.Data
SavePdfAsync(Stream) Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > SavePdfAsync Method : SavePdfAsync(Stream) Method
The stream to which to save the data.
Saves the sheet to the specified stream asynchronously.
Syntax
'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.
See Also

Reference

Worksheet Class
Worksheet Members
Overload List