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
)
Public Sub SaveToHttpResponse (
FileName As String,
fileFormat As FileFormat,
response As HttpResponse,
isInlineMode As Boolean
)
public:
void SaveToHttpResponse(
String^ FileName,
FileFormat fileFormat,
HttpResponse^ response,
bool isInlineMode
)
member SaveToHttpResponse :
FileName : string *
fileFormat : FileFormat *
response : HttpResponse *
isInlineMode : bool -> unit
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