LoadRtf(Stream,Uri) Method
In This Topic
Loads the document from the specified stream in RTF format.
The
System.IO.Stream containing the RTF document to load.
Path to resolve pictures, video, links, and so on.
Syntax
'Declaration
Public Overloads Function LoadRtf( _
ByVal As System.IO.Stream, _
ByVal As System.Uri _
) As System.Boolean
public System.bool LoadRtf(
System.IO.Stream ,
System.Uri
)
Parameters
- stream
- The System.IO.Stream containing the RTF document to load.
- baseUri
- Path to resolve pictures, video, links, and so on.
Return Value
True, if XML successfully loaded; otherwise, False.
See Also