Enumerates different ways of presenting the document at the client browser.
[Visual Basic]
Public Enum SaveType
Remarks
It is recommended to use the OpenInWord option. The OpenInBrowser option does not always work as expected, probably because of some security configuration/issues in Internet Explorer and Microsoft Word.
Members
| Member Name | Description | Value |
| OpenInWord | Send the document to the browser and present an option to save the document to disk or open in an application associated with .doc extension. | 0 |
| OpenInBrowser | Send the document to the browser and presents an option to save the document to disk or open inside the browser. | 1 |
Requirements
Namespace: Aspose.Words
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words Namespace