Spread for ASP.NET 12 Product Documentation
SavePdf(SheetView,String) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class > SavePdf Method : SavePdf(SheetView,String) Method
Sheet to be printed
Path and file name of PDF file
Handles the export (or printing) of the specified sheet to PDF as a file.
Syntax
'Declaration
 
Public Overloads Function SavePdf( _
   ByVal sheetView As SheetView, _
   ByVal fileName As String _
) As Boolean
'Usage
 
Dim instance As FpSpread
Dim sheetView As SheetView
Dim fileName As String
Dim value As Boolean
 
value = instance.SavePdf(sheetView, fileName)
public bool SavePdf( 
   SheetView sheetView,
   string fileName
)

Parameters

sheetView
Sheet to be printed
fileName
Path and file name of PDF file
See Also

Reference

FpSpread Class
FpSpread Members
Overload List