Click or drag to resize

Document SaveToFile Method (String, FileFormat, HttpResponse, HttpContentType)

Saves the specified file name.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void SaveToFile(
	string fileName,
	FileFormat fileFormat,
	HttpResponse response,
	HttpContentType contentType
)

Parameters

fileName
Type: System String
Name of the file.
fileFormat
Type: Spire.Doc FileFormat
response
Type: System.Web HttpResponse
The response.
contentType
Type: Spire.Doc HttpContentType

Implements

IDocument SaveToFile(String, FileFormat, HttpResponse, HttpContentType)
See Also