DocumentSave Method (HttpResponse, String, ContentDisposition, SaveOptions)
Saves the document to a response stream with a save options.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void Save(
	HttpResponse response,
	string outputFileName,
	ContentDisposition disposition,
	SaveOptions options
)

Parameters

response
Type: System.WebHttpResponse
Encapsulates HTTP-response information.
outputFileName
Type: SystemString
Simple file name, i.e. without path.
disposition
Type: Aspose.PdfContentDisposition
Represents a MIME protocol Content-Disposition header.
options
Type: Aspose.PdfSaveOptions
Save options.
See Also