Presentation
SaveToHttpResponse Method (String, FileFormat, HttpResponse)
|
Save Presation to the http response.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void SaveToHttpResponse(
string FileName,
FileFormat fileFormat,
HttpResponse response
)
Public Sub SaveToHttpResponse (
FileName As String,
fileFormat As FileFormat,
response As HttpResponse
)
public:
void SaveToHttpResponse(
String^ FileName,
FileFormat fileFormat,
HttpResponse^ response
)
member SaveToHttpResponse :
FileName : string *
fileFormat : FileFormat *
response : HttpResponse -> unit
Parameters
-
FileName
-
Type:
System
String
File Name
-
fileFormat
-
Type:
Spire.Presentation
FileFormat
-
response
-
Type:
System.Web
HttpResponse
Http response
See Also