DocSaveOptions constructor
DocSaveOptions()
Initializes a new instance of this class that can be used to save a document in the SaveFormat.Doc format.
DocSaveOptions()
DocSaveOptions(saveFormat)
Initializes a new instance of this class that can be used to save a document in the SaveFormat.Doc or SaveFormat.Dot format.
DocSaveOptions(saveFormat: Aspose.Words.SaveFormat)
Parameter | Type | Description |
---|---|---|
saveFormat | SaveFormat | Can be SaveFormat.Doc or SaveFormat.Dot. |
See Also
- module Aspose.Words.Saving
- class DocSaveOptions