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


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

Reference

Worksheet Class
Worksheet Members
Overload List