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)
ParameterTypeDescription
saveFormatSaveFormatCan be SaveFormat.Doc or SaveFormat.Dot.

See Also