ComponentOne Word for UWP
LoadFromRtf Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : LoadFromRtf Method
The readable RTF stream.
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

Reference

C1WordDocument Class
C1WordDocument Members