Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / LoadRtf Method / LoadRtf(Stream,Uri) Method
The System.IO.Stream containing the RTF document to load.
Path to resolve pictures, video, links, and so on.

In This Topic
    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 stream As System.IO.Stream, _
       ByVal baseUri As System.Uri _
    ) As System.Boolean
    public System.bool LoadRtf( 
       System.IO.Stream stream,
       System.Uri baseUri
    )

    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