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