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

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

    Parameters

    stream
    The readable text stream.
    See Also