[]
Save this document to the file with file name.
public void Save(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | The file name for creation or replacement of a file. |
Save this document to the stream.
public void Save(Stream stream, FileFormat format)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The writable stream. |
| FileFormat | format | The file format. |