C1.WPF.Word.4.6.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 _
) 
 

Parameters

stream
The writable text stream.
See Also