Saves the document into a HTTP stream.

C# | Visual Basic | Visual C++ |
public void Save( HttpResponse httpResponse, bool inline, string downloadFileName )
Public Sub Save ( httpResponse As HttpResponse, inline As Boolean, downloadFileName As String )
public: void Save( HttpResponse^ httpResponse, bool inline, String^ downloadFileName )

- httpResponse (HttpResponse)
- The HTTP response object.
- inline (Boolean)
- If inline is true the PDF document will be automatically opened in browser, otherwise the user will be asked to save or open the downloaded PDF document.
- downloadFileName (String)
- The name given to the PDF document. This name is used by the browser when it opens the PDF document inline or the name suggested for saving the document when the document is sent as an attachement
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)