ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / LoadFromRtf Method
The readable RTF stream.

In This Topic
    LoadFromRtf Method
    In This Topic
    Load document from the readable RTF stream.
    Syntax
    'Declaration
     
    Public Sub LoadFromRtf( _
       ByVal stream As System.IO.Stream _
    ) 
    public void LoadFromRtf( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The readable RTF stream.
    See Also