SavePdfToResponse(String,PdfSecurity) 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( _
ByVal As String, _
ByVal As PdfSecurity _
) As Boolean
'Usage
Dim instance As FpSpread
Dim fileName As String
Dim pdfSecurity As PdfSecurity
Dim value As Boolean
value = instance.SavePdfToResponse(fileName, pdfSecurity)
public bool SavePdfToResponse(
string ,
PdfSecurity
)
Parameters
- fileName
- Path and file name
- pdfSecurity
- The password to encrypt pdf file
Example
This example uses the SavePdfToResponse method.
See Also