[]
Saves the current document to a stream.
public void Save(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | The target stream. |
Saves the current document to a disk file.
public void Save(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The target file name. |