Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / SavePdfToResponse Method / SavePdfToResponse() Method
Example


In This Topic
    SavePdfToResponse() Method
    In This Topic
    Saves the contents of the Spread component to a Response object in PDF file format.
    Syntax
    'Declaration
     
    
    Public Overloads Function SavePdfToResponse() As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    value = instance.SavePdfToResponse()
    public bool SavePdfToResponse()
    Example
    This example will open the Spread active sheet in the PDF add-on.
    See Also