HtmlSaveOptions constructor
HtmlSaveOptions()
Initializes a new instance of this class that can be used to save a document in the SaveFormat.Html format.
HtmlSaveOptions()
HtmlSaveOptions(saveFormat)
Initializes a new instance of this class that can be used to save a document in the SaveFormat.Html, SaveFormat.Mhtml, SaveFormat.Epub, SaveFormat.Azw3 or SaveFormat.Mobi format.
HtmlSaveOptions(saveFormat: Aspose.Words.SaveFormat)
Parameter | Type | Description |
---|---|---|
saveFormat | SaveFormat | Can be SaveFormat.Html, SaveFormat.Mhtml, SaveFormat.Epub, SaveFormat.Azw3 or SaveFormat.Mobi. |
See Also
- module Aspose.Words.Saving
- class HtmlSaveOptions