SavePdfToResponse() 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() As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
value = instance.SavePdfToResponse()
public bool SavePdfToResponse()
Example
This example will open the Spread active sheet in the PDF add-on.
See Also