Hi
I have tried to generate a new object of Aspose.Words.Saving.DocSaveOptions:
Aspose.Words.Saving.DocSaveOptions d = new Aspose.Words.Saving.DocSaveOptions(Aspose.Words.SaveFormat.Docx);
and got the following error:
“An invalid SaveFormat for this options type was chosen.”
I need to use this class - DocSaveOptions for setting a password.
Please advise.