Spread for ASP.NET 12 Product Documentation
SavePdf(Stream) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class > SavePdf Method : SavePdf(Stream) Method
Stream to save the file to as a PDF stream
Handles the export (or printing) of all the sheets to PDF as a stream.
Syntax
'Declaration
 
Public Overloads Sub SavePdf( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As FpSpread
Dim stream As Stream
 
instance.SavePdf(stream)
public void SavePdf( 
   Stream stream
)

Parameters

stream
Stream to save the file to as a PDF stream
See Also

Reference

FpSpread Class
FpSpread Members
Overload List