GetPdfFileResult(Int32,String,Boolean,PdfSecurity) Method
In This Topic
Internal use only
Syntax
'Declaration
Protected Overloads Function GetPdfFileResult( _
ByVal As Integer, _
ByVal As String, _
ByVal As Boolean, _
ByVal 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 ,
string ,
bool ,
PdfSecurity
)
Parameters
- sheet
- fileName
- showInBrowser
- pdfSecurity
- The password to encrypt pdf file
See Also