Hello Team,
Previously I Used the following code to download the file.
Aspose.Words.Saving.SaveOptions saveoptionsformat = Aspose.Words.Saving.SaveOptions.CreateSaveOptions(SaveFormat.Doc);
doc.Save(Response, (savefilename + ".doc"), ContentDisposition.Attachment, saveoptionsformat);
Now the latest dll (Aspose.Words 10.6.0.0) don’t have Content Disposition.
Please let me know how I can solve this problem.
Thanks
Patrick