Click or drag to resize

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
)

Parameters

FileName
Type: System String
File Name
fileFormat
Type: Spire.Presentation FileFormat
response
Type: System.Web HttpResponse
Http response
See Also