Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This method may be removed in the future.")]
public void SaveToHttpResponse(
	string fileName,
	HttpResponse response,
	HttpReadType type
)
<ObsoleteAttribute("This method may be removed in the future.")> 
Public Sub SaveToHttpResponse ( 
	fileName As String,
	response As HttpResponse,
	type As HttpReadType
)
public:
[ObsoleteAttribute(L"This method may be removed in the future.")]
void SaveToHttpResponse(
	String^ fileName, 
	HttpResponse^ response, 
	HttpReadType type
)
[<ObsoleteAttribute("This method may be removed in the future.")>]
member SaveToHttpResponse : 
        fileName : string * 
        response : HttpResponse * 
        type : HttpReadType -> unit 

Parameters

fileName
String
response
HttpResponse
type
HttpReadType

See Also