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