[]
Saves the document to the specified file in RTF format.
public bool SaveRtf(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | The name of the file where you want to save the document. |
| Type | Description |
|---|---|
| bool | True, if the file is successfully saved; otherwise, False. |
Saves the document to the specified stream in RTF format.
public bool SaveRtf(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream to which you want to save. |
| Type | Description |
|---|---|
| bool | True, if the document is successfully saved; otherwise, False. |