[]
Save the current document to a file.
public bool SaveDocument()
Type | Description |
---|---|
bool | Returns true if operation is successful; otherwise, false. |
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. |