Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / GetPdfFileResult Method / GetPdfFileResult(Int32,String,Boolean) Method


In This Topic
    GetPdfFileResult(Int32,String,Boolean) Method
    In This Topic
    Internal use only
    Syntax
    'Declaration
     
    
    Protected Overloads Function GetPdfFileResult( _
       ByVal sheet As Integer, _
       ByVal fileName As String, _
       ByVal showInBrowser As Boolean _
    ) As ResponseFileContent
    'Usage
     
    
    Dim instance As FpSpread
    Dim sheet As Integer
    Dim fileName As String
    Dim showInBrowser As Boolean
    Dim value As ResponseFileContent
     
    value = instance.GetPdfFileResult(sheet, fileName, showInBrowser)
    protected ResponseFileContent GetPdfFileResult( 
       int sheet,
       string fileName,
       bool showInBrowser
    )

    Parameters

    sheet
    fileName
    showInBrowser
    See Also