Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public void SaveToHttpResponse( string fileName, HttpResponse response, HttpReadType type )
Public Sub SaveToHttpResponse ( fileName As String, response As HttpResponse, type As HttpReadType )
public: void SaveToHttpResponse( String^ fileName, HttpResponse^ response, HttpReadType type )
member SaveToHttpResponse : fileName : string * response : HttpResponse * type : HttpReadType -> unit