Doc.save not working in new version 9.3.0.0

I used to use the following statement in my .NET program with no issue.

doc.Save(LetterName, SaveFormat.Doc, SaveType.OpenInWord, Response)

One fine morning, after installing your latest version 9.3.0.0, it started to give the error. “Name Savetype not declared”. I did import Imports Aspose.Words at the top of my program and everything else like doc.MailMerge.Execute is working fine as it is.
Please advise.

Hello

There were a few breaking changes to the API in version 9.2/9.3 You can find full details of these changes in the migration article:
https://docs.aspose.com/words/net/aspose-words-for-net/
Also please see the following page:
https://reference.aspose.com/words/net/aspose.words/document/save/
Best regards,