[]
Save the current document to a file.
public void SaveDocument(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The name of the file where the current document is saved. |
Save the current document to a Stream.
public void SaveDocument(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | The stream where the current document is saved. |
Save the current document to a file.
public void SaveDocument()