Overload List
| Name | Description | |
|---|---|---|
| Save(Stream) |
Saves the document to the specified stream.
The stream is not closed by this function.
| |
| Save(String) |
Saves the document to the specified path. If a file already exists, it will be overwritten.
| |
| Save(Stream, Boolean) |
Saves the document to the specified stream.
|
See Also