Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / GetPdfFileResult Method / GetPdfFileResult(Int32,String,Boolean,PdfSecurity) Method
The password to encrypt pdf file


In This Topic
    GetPdfFileResult(Int32,String,Boolean,PdfSecurity) 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, _
       ByVal pdfSecurity As PdfSecurity _
    ) As ResponseFileContent
    'Usage
     
    
    Dim instance As FpSpread
    Dim sheet As Integer
    Dim fileName As String
    Dim showInBrowser As Boolean
    Dim pdfSecurity As PdfSecurity
    Dim value As ResponseFileContent
     
    value = instance.GetPdfFileResult(sheet, fileName, showInBrowser, pdfSecurity)
    protected ResponseFileContent GetPdfFileResult( 
       int sheet,
       string fileName,
       bool showInBrowser,
       PdfSecurity pdfSecurity
    )

    Parameters

    sheet
    fileName
    showInBrowser
    pdfSecurity
    The password to encrypt pdf file
    See Also