DocumentSave Method (HttpResponse, String, ContentDisposition, SaveOptions) |
Saves the document to a response stream with a save options.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void Save(
HttpResponse response,
string outputFileName,
ContentDisposition disposition,
SaveOptions options
)
Public Sub Save (
response As HttpResponse,
outputFileName As String,
disposition As ContentDisposition,
options As SaveOptions
)
public:
void Save(
HttpResponse^ response,
String^ outputFileName,
ContentDisposition disposition,
SaveOptions^ options
)
member Save :
response : HttpResponse *
outputFileName : string *
disposition : ContentDisposition *
options : SaveOptions -> unit
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