Click or drag to resize

Presentation SaveToHttpResponse Method (String, FileFormat, HttpResponse, Boolean)

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,
	bool isInlineMode
)

Parameters

FileName
Type: System String
File name
fileFormat
Type: Spire.Presentation FileFormat
response
Type: System.Web HttpResponse
Http response.
isInlineMode
Type: System Boolean
True - inline mode, False - Attachment mode.
See Also