ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / SaveToText Method
The writable text stream.

In This Topic
    SaveToText Method
    In This Topic
    Save this document to a writable text stream.
    Syntax
    'Declaration
     
    Public Sub SaveToText( _
       ByVal stream As Stream _
    ) 
    public void SaveToText( 
       Stream stream
    )

    Parameters

    stream
    The writable text stream.
    See Also