[]
Loads the document from the specified stream in RTF format.
The Stream containing the RTF document to load. Path to resolve pictures, video, links, and so on.public bool LoadRtf(Stream stream, Uri baseUri)
Type | Name | Description |
---|---|---|
Stream | stream | |
Uri | baseUri |
Type | Description |
---|---|
bool | True, if XML successfully loaded; otherwise, False. |
Loads the document from the specified file in RTF format.
public bool LoadRtf(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The name of the file containing the document to load. |
Type | Description |
---|---|
bool | True, if the file is successfully loaded; otherwise, False. |